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 | 1110100011111001100011101011010001000101 | e8f98eb445 |
SJIS-WIN | ???´E | 001111110011111100111111100000010100110001000101 | 3f3f3f814c45 |
EUC-JP | èù?´E | 10001111101010111011001010001111101010111110001100111111101000011010110101000101 | 8fabb28fabe33fa1ad45 |
UTF-8 | èù´E | 110000111010100011000011101110011100001010001110110000101011010001000101 | c3a8c3b9c28ec2b445 |
UHC | ???´E | 001111110011111100111111101000101010010101000101 | 3f3f3fa2a545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)