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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 蟠卓茜Y | 11100101101101001001000111101100100010001010100101011001 | e5b491ec88a959 |
EUC-JP | 蟠卓茜Y | 11101010101101101100001011101110101100001010101101011001 | eab6c2eeb0ab59 |
UTF-8 | 蟠卓茜Y | 11101000100111111010000011100101100011011001001111101000100011001001110001011001 | e89fa0e58d93e88c9c59 |
UHC | 蟠卓?Y | 110110101111011011110110111100010011111101011001 | daf6f6f13f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)