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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟇援?臼 | 11100101101011111000100110000111001111111000100101010000 | e5af89873f8950 |
EUC-JP | 蟇援憨臼 | 111010101011000110110001111001111000111110111110111010101011000110110001 | eab1b1e78fbeeab1b1 |
UTF-8 | 蟇援憨臼 | 111010001001111110000111111001101000111110110100111001101000011010101000111010001000011110111100 | e89f87e68fb4e686a8e887bc |
UHC | ?援?臼 | 001111111110101010110101001111111100111110111111 | 3feab53fcfbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)