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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 磬√、B | 11100001111111001000000111100011100000010100000101000010 | e1fc81e3814142 |
EUC-JP | 磬√、B | 11100010111111101010001011100101101000011010001001000010 | e2fea2e5a1a242 |
UTF-8 | 磬√、B | 11100111101000111010110011100010100010001001101011100011100000001000000101000010 | e7a3ace2889ae3808142 |
UHC | 磬√、B | 11001100111001001010000111101110101000011010001001000010 | cce4a1eea1a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)