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? | 001111110011111100111111011010000110100000111111 | 3f3f3f68683f |
SJIS-WIN | 夷??hh夷 | 1000100011001110001111110011111101101000011010001000100011001110 | 88ce3f3f686888ce |
EUC-JP | 夷??hh夷 | 1011000011010000001111110011111101101000011010001011000011010000 | b0d03f3f6868b0d0 |
UTF-8 | 夷덉껄hh夷 | 1110010110100100101101111110101110001101100010011110101010111011100001000110100001101000111001011010010010110111 | e5a4b7eb8d89eabb846868e5a4b7 |
UHC | 夷덉껄hh夷 | 11101100101010001000100011101100101100101010110001101000011010001110110010101000 | eca888ecb2ac6868eca8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)