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 | 町??町??^ | 100100101010110000111111001111111001001010101100001111110011111101011110 | 92ac3f3f92ac3f3f5e |
EUC-JP | 町??町??^ | 110001001010111000111111001111111100010010101110001111110011111101011110 | c4ae3f3fc4ae3f3f5e |
UTF-8 | 町찌눅町찌눅^ | 11100111100101001011101011101100101100001000110011101011100010001000010111100111100101001011101011101100101100001000110011101011100010001000010101011110 | e794baecb08ceb8885e794baecb08ceb88855e |
UHC | 町찌눅町찌눅^ | 11101111111010111100001011101110101101001010101011101111111010111100001011101110101101001010101001011110 | efebc2eeb4aaefebc2eeb4aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)