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 | 0011111100111111001111110110100001101000 | 3f3f3f6868 |
SJIS-WIN | 夷??hh | 100010001100111000111111001111110110100001101000 | 88ce3f3f6868 |
EUC-JP | 夷??hh | 101100001101000000111111001111110110100001101000 | b0d03f3f6868 |
UTF-8 | 夷덉껄hh | 1110010110100100101101111110101110001101100010011110101010111011100001000110100001101000 | e5a4b7eb8d89eabb846868 |
UHC | 夷덉껄hh | 1110110010101000100010001110110010110010101011000110100001101000 | eca888ecb2ac6868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)