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 | 111010111010100010001111010001011110101110101000100011110100010101000010 | eba88f45eba88f4542 |
SJIS-WIN | ?¨?E?¨?EB | 0011111110000001010011100011111101000101001111111000000101001110001111110100010101000010 | 3f814e3f453f814e3f4542 |
EUC-JP | �E�EB | 100011111010101110110011101000011010111100111111010001011000111110101011101100111010000110101111001111110100010101000010 | 8fabb3a1af3f458fabb3a1af3f4542 |
UTF-8 | ë¨Eë¨EB | 110000111010101111000010101010001100001010001111010001011100001110101011110000101010100011000010100011110100010101000010 | c3abc2a8c28f45c3abc2a8c28f4542 |
UHC | ?¨?E?¨?EB | 0011111110100001101001110011111101000101001111111010000110100111001111110100010101000010 | 3fa1a73f453fa1a73f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)