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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 選蘚 | 10010001010010011110010101100100 | 9149e564 |
EUC-JP | 選蘚 | 11000001101010101110100111000101 | c1aae9c5 |
UTF-8 | 選蘚 | 111010011000000110111000111010001001100010011010 | e981b8e8989a |
UHC | 選蘚 | 11100000110101001110000011010000 | e0d4e0d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)