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 | ?SB | 001111110101001101000010 | 3f5342 |
SJIS-WIN | 守SB | 10001110111001110101001101000010 | 8ee75342 |
EUC-JP | 守SB | 10111100111010010101001101000010 | bce95342 |
UTF-8 | 守SB | 1110010110101110100010000101001101000010 | e5ae885342 |
UHC | 守SB | 11100001111110100101001101000010 | e1fa5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)