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 | 00111111001111110100000001000010 | 3f3f4042 |
SJIS-WIN | 玳膰@B | 111000001101110011100100010101110100000001000010 | e0dce4574042 |
EUC-JP | 玳膰@B | 111000001101111011100111101110000100000001000010 | e0dee7b84042 |
UTF-8 | 玳膰@B | 1110011110001110101100111110100010000110101100000100000001000010 | e78eb3e886b04042 |
UHC | 玳?@B | 1101001111100101001111110100000001000010 | d3e53f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)