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] | 100100001110001000111111001111110100010101011101 | 90e23f3f455d |
EUC-JP | 絶??E] | 110000001110010000111111001111110100010101011101 | c0e43f3f455d |
UTF-8 | 絶덌풄E] | 1110011110110101101101101110101110001101100011001110110110010010100001000100010101011101 | e7b5b6eb8d8ced9284455d |
UHC | 絶덌풄E] | 1110111110111110100010001110111110111110100011000100010101011101 | efbe88efbe8c455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)