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 | ???eB | 0011111100111111001111110110010101000010 | 3f3f3f6542 |
SJIS-WIN | ?冀ぁeB | 00111111100110010110001010000010100111110110010101000010 | 3f9962829f6542 |
EUC-JP | ?冀ぁeB | 00111111110100011100001110100100101000010110010101000010 | 3fd1c3a4a16542 |
UTF-8 | 룵冀ぁeB | 1110101110100011101101011110010110000110100000001110001110000001100000010110010101000010 | eba3b5e58680e381816542 |
UHC | 룵冀ぁeB | 1000111110101010110100001110110110101010101000010110010101000010 | 8faad0edaaa16542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)