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 | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 磬貉}B | 111000011111110011100110101110010111110101000010 | e1fce6b97d42 |
EUC-JP | 磬貉}B | 111000101111111011101100101110110111110101000010 | e2feecbb7d42 |
UTF-8 | 磬貉}B | 1110011110100011101011001110100010110010100010010111110101000010 | e7a3ace8b2897d42 |
UHC | 磬?}B | 1100110011100100001111110111110101000010 | cce43f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)