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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 塋??}B | 100110101100100000111111001111110111110101000010 | 9ac83f3f7d42 |
EUC-JP | 塋??}B | 110101001100101000111111001111110111110101000010 | d4ca3f3f7d42 |
UTF-8 | 塋잌뮘}B | 1110010110100001100010111110110010011110100011001110101110101110100110000111110101000010 | e5a18bec9e8cebae987d42 |
UHC | 塋잌뮘}B | 1110011110101011100111111110010110010010101001000111110101000010 | e7ab9fe592a47d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)