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 | 鸚??肉ヨ? | 111010100101111100111111001111111001001111110111100000111000100000111111 | ea5f3f3f93f783883f |
EUC-JP | 鸚??肉ヨ? | 111100111100000000111111001111111100011011111001101001011110100000111111 | f3c03f3fc6f9a5e83f |
UTF-8 | 鸚쒓퍓肉ヨ맱 | 111010011011100010011010111011001001001010010011111011011000110110010011111010001000001010001001111000111000001110101000111010111010011110110001 | e9b89aec9293ed8d93e88289e383a8eba7b1 |
UHC | 鸚쒓퍓肉ヨ맱 | 111001011010010010011100111010101011101110001010111010111011111110101011111010001001000010111000 | e5a49ceabb8aebbfabe890b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)