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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蟠卓茜^ | 11100101101101001001000111101100100010001010100101011110 | e5b491ec88a95e |
EUC-JP | 蟠卓茜^ | 11101010101101101100001011101110101100001010101101011110 | eab6c2eeb0ab5e |
UTF-8 | 蟠卓茜^ | 11101000100111111010000011100101100011011001001111101000100011001001110001011110 | e89fa0e58d93e88c9c5e |
UHC | 蟠卓?^ | 110110101111011011110110111100010011111101011110 | daf6f6f13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)