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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 獰?獰?B | 11100000110101100011111111100000110101100011111101000010 | e0d63fe0d63f42 |
EUC-JP | 獰?獰?B | 11100000110110000011111111100000110110000011111101000010 | e0d83fe0d83f42 |
UTF-8 | 獰쮣獰쮣B | 11100111100011011011000011101100101011101010001111100111100011011011000011101100101011101010001101000010 | e78db0ecaea3e78db0ecaea342 |
UHC | 獰쮣獰쮣B | 111001111011111010101000011110101110011110111110101010000111101001000010 | e7bea87ae7bea87a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)