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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 顏カ迹夲スェ | 111010001111100010110110111001111001000110011010111011111011110110101010 | e8f8b6e7919aefbdaa |
EUC-JP | 顏カ迹夲スェ | 111100001111101010001110101101101110110111110001110101001111000110001110101111011000111010101010 | f0fa8eb6edf1d4f18ebd8eaa |
UTF-8 | 顏カ迹夲スェ | 111010011010000110001111111011111011110110110110111010001011111110111001111001011010010010110010111011111011110110111101111011111011110110101010 | e9a18fefbdb6e8bfb9e5a4b2efbdbdefbdaa |
UHC | ??迹??? | 00111111001111111110111011101001001111110011111100111111 | 3f3feee93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)