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 | ????ª | 0011111100111111001111110011111110101010 | 3f3f3f3faa |
SJIS-WIN | 薔???? | 111001010100101100111111001111110011111100111111 | e54b3f3f3f3f |
EUC-JP | 薔???ª | 1110100110101100001111110011111100111111100011111010001011101100 | e9ac3f3f3f8fa2ec |
UTF-8 | 薔렡롋뀄ª | 1110100010010110100101001110101110100000101000011110101110100001100010111110101110000000100001001100001010101010 | e89694eba0a1eba18beb8084c2aa |
UHC | 薔렡롋뀄ª | 11101101111110011000111010110010100011101101000110110010111011011010100010100011 | edf98eb28ed1b2eda8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)