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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鴉暎鴉暎^ | 111010011110101110011101111100111110100111101011100111011111001101011110 | e9eb9df3e9eb9df35e |
EUC-JP | 鴉暎鴉暎^ | 111100101110110111011010111101011111001011101101110110101111010101011110 | f2eddaf5f2eddaf55e |
UTF-8 | 鴉暎鴉暎^ | 11101001101101001000100111100110100110101000111011101001101101001000100111100110100110101000111001011110 | e9b489e69a8ee9b489e69a8e5e |
UHC | 鴉暎鴉暎^ | 111001001011110011100111101100101110010010111100111001111011001001011110 | e4bce7b2e4bce7b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)