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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 蟆組\ | 1110010110110000100100010110011101011100 | e5b091675c |
EUC-JP | 蟆組\ | 1110101010110010110000011100100001011100 | eab2c1c85c |
UTF-8 | 蟆組\ | 11101000100111111000011011100111101101011000010001011100 | e89f86e7b5845c |
UHC | ?組\ | 00111111111100001101101001011100 | 3ff0da5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)