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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 蝟伜迄B | 11100101100101101001100011100101100101101001100001000010 | e59698e5969842 |
EUC-JP | 蝟伜迄B | 11101001111101101101000011100111110010111111100001000010 | e9f6d0e7cbf842 |
UTF-8 | 蝟伜迄B | 11101000100111011001111111100100101111001001110011101000101111111000010001000010 | e89d9fe4bc9ce8bf8442 |
UHC | 蝟??B | 1110101011011010001111110011111101000010 | eada3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)