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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 齋?B | 11100010010101100011111101000010 | e2563f42 |
EUC-JP | 齋?B | 11100011101101110011111101000010 | e3b73f42 |
UTF-8 | 齋롼B | 11101001101111011000101111101011101000011011110001000010 | e9bd8beba1bc42 |
UHC | 齋롼B | 1110111010110001101101111101011101000010 | eeb1b7d742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)