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 | 楮嘗 | 10011110101110001000111110100110 | 9eb88fa6 |
EUC-JP | 楮嘗 | 11011100101110101011111010101000 | dcbabea8 |
UTF-8 | 楮嘗 | 111001101010010110101110111001011001100010010111 | e6a5aee59897 |
UHC | 楮嘗 | 11101110101111111101111111000100 | eebfdfc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)