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 | 蒹蘚 | 11100100111000111110010101100100 | e4e3e564 |
EUC-JP | 蒹蘚 | 11101000111001011110100111000101 | e8e5e9c5 |
UTF-8 | 蒹蘚 | 111010001001001010111001111010001001100010011010 | e892b9e8989a |
UHC | ?蘚 | 001111111110000011010000 | 3fe0d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)