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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?燃 | 001111111001010001010010 | 3f9452 |
EUC-JP | ?燃 | 001111111100011110110011 | 3fc7b3 |
UTF-8 | 뿺燃 | 111010111011111110111010111001111000011110000011 | ebbfbae78783 |
UHC | 뿺燃 | 10010111101110101110011011010111 | 97bae6d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)