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 | ???wh | 0011111100111111001111110111011101101000 | 3f3f3f7768 |
SJIS-WIN | ?冀おwh | 00111111100110010110001010000010101010000111011101101000 | 3f996282a87768 |
EUC-JP | ?冀おwh | 00111111110100011100001110100100101010100111011101101000 | 3fd1c3a4aa7768 |
UTF-8 | 룵冀おwh | 1110101110100011101101011110010110000110100000001110001110000001100010100111011101101000 | eba3b5e58680e3818a7768 |
UHC | 룵冀おwh | 1000111110101010110100001110110110101010101010100111011101101000 | 8faad0edaaaa7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)