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 | 0011111100111111001111110011111100111111001111110101110001101000 | 3f3f3f3f3f3f5c68 |
SJIS-WIN | ??????\h | 0011111100111111001111110011111100111111001111110101110001101000 | 3f3f3f3f3f3f5c68 |
EUC-JP | ??????\h | 0011111100111111001111110011111100111111001111110101110001101000 | 3f3f3f3f3f3f5c68 |
UTF-8 | 횤횧챦횞횠짱\h | 1110110110011010101001001110110110011010101001111110110010110001101001101110110110011010100111101110110110011010101000001110110010100111101100010101110001101000 | ed9aa4ed9aa7ecb1a6ed9a9eed9aa0eca7b15c68 |
UHC | 횤횧챦횞횠짱\h | 1100001110011011110000111001111011000011101011111100001110010111110000111001100011000010101011110101110001101000 | c39bc39ec3afc397c398c2af5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)