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 | 楹℡ | 10011110101100011000011110000100 | 9eb18784 |
EUC-JP | 楹? | 110111001011001100111111 | dcb33f |
UTF-8 | 楹℡ | 111001101010010110111001111000101000010010100001 | e6a5b9e284a1 |
UHC | 楹℡ | 11100111101100111010001011100101 | e7b3a2e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)