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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 鞜懈拷@h | 1110100011011111100111001110011010001101100010010100000001101000 | e8df9ce68d894068 |
EUC-JP | 鞜懈拷@h | 1111000011100001110110001110100010111001111010010100000001101000 | f0e1d8e8b9e94068 |
UTF-8 | 鞜懈拷@h | 1110100110011110100111001110011010000111100010001110011010001011101101110100000001101000 | e99e9ce68788e68bb74068 |
UHC | ?懈拷@h | 00111111111110101010101111001101101110000100000001101000 | 3ffaabcdb84068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)