To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 実彰サ実彰」^ | 1000111011000000100011111011001010111011100011101100000010001111101100101010001101011110 | 8ec08fb2bb8ec08fb2a35e |
EUC-JP | 実彰サ実彰」^ | 10111100110000101011111010110100100011101011101110111100110000101011111010110100100011101010001101011110 | bcc2beb48ebbbcc2beb48ea35e |
UTF-8 | 実彰サ実彰」^ | 11100101101011101001111111100101101111011011000011101111101111011011101111100101101011101001111111100101101111011011000011101111101111011010001101011110 | e5ae9fe5bdb0efbdbbe5ae9fe5bdb0efbda35e |
UHC | ?彰??彰?^ | 001111111111001111100000001111110011111111110011111000000011111101011110 | 3ff3e03f3ff3e03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)