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 | 无‥ | 10011101110110011000000101100100 | 9dd98164 |
EUC-JP | 无‥ | 11011010110110111010000111000101 | dadba1c5 |
UTF-8 | 无‥ | 111001101001011110100000111000101000000010100101 | e697a0e280a5 |
UHC | 无‥ | 11011001111010011010000110100101 | d9e9a1a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)