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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顏包スッ鞨 | 1110100011111000100101011110111110111101101011111110100011100000 | e8f895efbdafe8e0 |
EUC-JP | 顏包スッ鞨 | 11110000111110101100101011110001100011101011110110001110101011111111000011100010 | f0facaf18ebd8eaff0e2 |
UTF-8 | 顏包スッ鞨 | 111010011010000110001111111001011000110010000101111011111011110110111101111011111011110110101111111010011001111010101000 | e9a18fe58c85efbdbdefbdafe99ea8 |
UHC | ?包??鞨 | 00111111111110001101000000111111001111111100101011101010 | 3ff8d03f3fcaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)