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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 膈塾 | 11100100010011001000111101101101 | e44c8f6d |
EUC-JP | 膈塾 | 11100111101011011011110111001110 | e7adbdce |
UTF-8 | 膈塾 | 111010001000011010001000111001011010000110111110 | e88688e5a1be |
UHC | 膈塾 | 11001100101011101110001011010011 | ccaee2d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)