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 | 111110101101111111110110110100100111110101000010 | fadff6d27d42 |
EUC-JP | 朎?}B | 100011111100001011110000001111110111110101000010 | 8fc2f03f7d42 |
UTF-8 | 朎}B | 1110011010011100100011101110111010010011101110010111110101000010 | e69c8eee93b97d42 |
UHC | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)