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 | ??hh? | 0011111100111111011010000110100000111111 | 3f3f68683f |
SJIS-WIN | ??hh? | 0011111100111111011010000110100000111111 | 3f3f68683f |
EUC-JP | ??hh? | 0011111100111111011010000110100000111111 | 3f3f68683f |
UTF-8 | 쨈첬hh쨈 | 1110110010101000100010001110110010110010101011000110100001101000111011001010100010001000 | eca888ecb2ac6868eca888 |
UHC | 쨈첬hh쨈 | 1100001010110100110000111011101001101000011010001100001010110100 | c2b4c3ba6868c2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)