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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蝪九h縺触 | 11100101101000011000101111100011100000101000100011100011100000011001000001000111 | e5a18be38288e3819047 |
EUC-JP | 蝪九h縺触 | 11101010101000111011011011100101101000111110100011100101111000011011111110101000 | eaa3b6e5a3e8e5e1bfa8 |
UTF-8 | 蝪九h縺触 | 111010001001110110101010111001001011100110011101111011111011110110001000111001111011100010111010111010001010011110100110 | e89daae4b99defbd88e7b8bae8a7a6 |
UHC | ?九h?? | 00111111110011101111101010100011111010000011111100111111 | 3fcefaa3e83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)