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 | 日?牆?前 | 1001001111111010001111111110000010101101001111111001000101001111 | 93fa3fe0ad3f914f |
EUC-JP | 日?牆?前 | 1100011011111100001111111110000010101111001111111100000110110000 | c6fc3fe0af3fc1b0 |
UTF-8 | 日렮牆렮前 | 111001101001011110100101111010111010000010101110111001111000100110000110111010111010000010101110111001011000100110001101 | e697a5eba0aee78986eba0aee5898d |
UHC | 日렮牆렮前 | 11101100111011011000111010111011111011011110110110001110101110111110111011110001 | eced8ebbeded8ebbeef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)