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] | 0011111100111111001111110100010101011101 | 3f3f3f455d |
SJIS-WIN | 瓮??E] | 111000010100010000111111001111110100010101011101 | e1443f3f455d |
EUC-JP | 瓮??E] | 111000011010010100111111001111110100010101011101 | e1a53f3f455d |
UTF-8 | 瓮귨쉬E] | 1110011110010011101011101110101010110111101010001110110010001001101011000100010101011101 | e793aeeab7a8ec89ac455d |
UHC | 瓮귨쉬E] | 1110100010110111100000101110111110111101101011000100010101011101 | e8b782efbdac455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)