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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 衒縣籬籬E | 111001011100100011100011011100001110001011011111111000101101111101000101 | e5c8e370e2dfe2df45 |
EUC-JP | 衒縣籬籬E | 111010101100101011100101110100011110010011100001111001001110000101000101 | eacae5d1e4e1e4e145 |
UTF-8 | 衒縣籬籬E | 11101000101000011001001011100111101110001010001111100111101100011010110011100111101100011010110001000101 | e8a192e7b8a3e7b1ace7b1ac45 |
UHC | 衒縣籬籬E | 111110101110010111111010111000111101011111100110110101111110011001000101 | fae5fae3d7e6d7e645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)