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 | ¡ëª£\ | 101000011110101110001111101010101010001101011100 | a1eb8faaa35c |
SJIS-WIN | ????£\ | 00111111001111110011111100111111100000011001001001011100 | 3f3f3f3f81925c |
EUC-JP | ¡ë?ª£\ | 10001111101000101100001010001111101010111011001100111111100011111010001011101100101000011111001001011100 | 8fa2c28fabb33f8fa2eca1f25c |
UTF-8 | ¡ëª£\ | 1100001010100001110000111010101111000010100011111100001010101010110000101010001101011100 | c2a1c3abc28fc2aac2a35c |
UHC | ¡??ª?\ | 1010001010101110001111110011111110101000101000110011111101011100 | a2ae3f3fa8a33f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)