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 | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
SJIS-WIN | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
EUC-JP | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
UTF-8 | 溜노죮E溜노죮EB | 111011111010011110001011111010111000010110111000111011001010001110101110010001011110111110100111100010111110101110000101101110001110110010100011101011100100010101000010 | efa78beb85b8eca3ae45efa78beb85b8eca3ae4542 |
UHC | 溜노죮E溜노죮EB | 111010101111111010110011111010111010000110001001010001011110101011111110101100111110101110100001100010010100010101000010 | eafeb3eba18945eafeb3eba1894542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)