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 | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 題????E | 10010001111010000011111100111111001111110011111101000101 | 91e83f3f3f3f45 |
EUC-JP | 題????E | 11000010111010100011111100111111001111110011111101000101 | c2ea3f3f3f3f45 |
UTF-8 | 題띈텼痢렞E | 11101001101000011000110011101011100111011000100011101101100001011011110011101111101001111010010111101011101000001001111001000101 | e9a18ceb9d88ed85bcefa7a5eba09e45 |
UHC | 題띈텼痢렞E | 1111000010111001101101101110100011000101111000011110110010111000100011101010111101000101 | f0b9b6e8c5e1ecb88eaf45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)