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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 舌?h | 10010000111000110011111101101000 | 90e33f68 |
EUC-JP | 舌?h | 11000000111001010011111101101000 | c0e53f68 |
UTF-8 | 舌쉃h | 11101000100010001000110011101100100010011000001101101000 | e8888cec898368 |
UHC | 舌쉃h | 1110000011011111100110100101100001101000 | e0df9a5868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)