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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 夷?㎏@h | 10001000110011100011111110000111011100110100000001101000 | 88ce3f87734068 |
EUC-JP | 夷??@h | 101100001101000000111111001111110100000001101000 | b0d03f3f4068 |
UTF-8 | 夷덉㎏@h | 1110010110100100101101111110101110001101100010011110001110001110100011110100000001101000 | e5a4b7eb8d89e38e8f4068 |
UHC | 夷덉㎏@h | 1110110010101000100010001110110010100111101110000100000001101000 | eca888eca7b84068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)