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 | 0011111100111111001111110101111101101000 | 3f3f3f5f68 |
SJIS-WIN | ???_h | 0011111100111111001111110101111101101000 | 3f3f3f5f68 |
EUC-JP | ???_h | 0011111100111111001111110101111101101000 | 3f3f3f5f68 |
UTF-8 | 횪챈찾_h | 1110110110011010101010101110110010110001100010001110110010110000101111100101111101101000 | ed9aaaecb188ecb0be5f68 |
UHC | 횪챈찾_h | 1100001110100000110000111010011011000011101000110101111101101000 | c3a0c3a6c3a35f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)