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 | çè©ì] | 11100111111010001010100111101100100111101001100001011101 | e7e8a9ec9e985d |
SJIS-WIN | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
EUC-JP | çè©ì??] | 100011111010101110101110100011111010101110110010100011111010001011101101100011111010101111000000001111110011111101011101 | 8fabae8fabb28fa2ed8fabc03f3f5d |
UTF-8 | çè©ì] | 11000011101001111100001110101000110000101010100111000011101011001100001010011110110000101001100001011101 | c3a7c3a8c2a9c3acc29ec2985d |
UHC | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)