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 | ë¤ì¡] | 11101011101001001001110111101100100110111010000101011101 | eba49dec9ba15d |
SJIS-WIN | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
EUC-JP | ��] | 100011111010101110110011100011111010001011110000001111111000111110101011110000000011111110001111101000101100001001011101 | 8fabb38fa2f03f8fabc03f8fa2c25d |
UTF-8 | ë¤ì¡] | 11000011101010111100001010100100110000101001110111000011101011001100001010011011110000101010000101011101 | c3abc2a4c29dc3acc29bc2a15d |
UHC | ?¤???¡] | 001111111010001010110100001111110011111100111111101000101010111001011101 | 3fa2b43f3f3fa2ae5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)