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 | ì¹ë ¶@ | 11101100100100011011100111101011101000001011011001000000 | ec91b9eba0b640 |
SJIS-WIN | ?????¶@ | 0011111100111111001111110011111100111111100000011111011101000000 | 3f3f3f3f3f81f740 |
EUC-JP | ì??ë?¶@ | 100011111010101111000000001111110011111110001111101010111011001100111111101000101111100101000000 | 8fabc03f3f8fabb33fa2f940 |
UTF-8 | ì¹ë ¶@ | 11000011101011001100001010010001110000101011100111000011101010111100001010100000110000101011011001000000 | c3acc291c2b9c3abc2a0c2b640 |
UHC | ??¹??¶@ | 001111110011111110101001111101100011111100111111101000101101001001000000 | 3f3fa9f63f3fa2d240 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)