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 | î¥¾Ñ | 11101110101001011011111011010001 | eea5bed1 |
SJIS-WIN | ?¥?? | 0011111110000001100011110011111100111111 | 3f818f3f3f |
EUC-JP | î??Ñ | 1000111110101011110000100011111100111111100011111010101011010000 | 8fabc23f3f8faad0 |
UTF-8 | î¥¾Ñ | 1100001110101110110000101010010111000010101111101100001110010001 | c3aec2a5c2bec391 |
UHC | ??¾? | 0011111100111111101010001111101000111111 | 3f3fa8fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)