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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 酊?臺B | 111001111100001000111111111001000110100101000010 | e7c23fe46942 |
EUC-JP | 酊?臺B | 111011101100010000111111111001111100101001000010 | eec43fe7ca42 |
UTF-8 | 酊펠臺B | 11101001100001011000101011101101100011101010000011101000100001111011101001000010 | e9858aed8ea0e887ba42 |
UHC | 酊펠臺B | 11101111111110001100011011100111110100111110011001000010 | eff8c6e7d3e642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)