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 | 諞拭 | 11100110100001101001000001000000 | e6869040 |
EUC-JP | 諞拭 | 11101011111001101011111110100001 | ebe6bfa1 |
UTF-8 | 諞拭 | 111010001010101110011110111001101000101110101101 | e8ab9ee68bad |
UHC | ?拭 | 001111111110001111010100 | 3fe3d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)