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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顆樓オ滔・ | 1110100011110111100111101110101010110101100111111110101110100101 | e8f79eeab59feba5 |
EUC-JP | 顆樓オ滔・ | 11110000111110011101110011101100100011101011010111011110111011011000111010100101 | f0f9dcec8eb5deed8ea5 |
UTF-8 | 顆樓オ滔・ | 111010011010000110000110111001101010100010010011111011111011110110110101111001101011101110010100111011111011110110100101 | e9a186e6a893efbdb5e6bb94efbda5 |
UHC | 顆樓?滔? | 1100111010101000110101111010011100111111110101001010010100111111 | cea8d7a73fd4a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)