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 | 00111111001111110100000001000010 | 3f3f4042 |
SJIS-WIN | 磬貉@B | 111000011111110011100110101110010100000001000010 | e1fce6b94042 |
EUC-JP | 磬貉@B | 111000101111111011101100101110110100000001000010 | e2feecbb4042 |
UTF-8 | 磬貉@B | 1110011110100011101011001110100010110010100010010100000001000010 | e7a3ace8b2894042 |
UHC | 磬?@B | 1100110011100100001111110100000001000010 | cce43f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)