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 | 揶? | 100111011000100000111111 | 9d883f |
EUC-JP | 揶? | 110110011110100000111111 | d9e83f |
UTF-8 | 揶ㅶ | 111001101000111110110110111000111000010110110110 | e68fb6e385b6 |
UHC | 揶ㅶ | 11100101101010101010010011100110 | e5aaa4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)