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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 顴擘霑 | 111010010100000110011101101001001110100010111111 | e9419da4e8bf |
EUC-JP | 顴擘霑 | 111100011010001011011010101001101111000011000001 | f1a2daa6f0c1 |
UTF-8 | 顴擘霑 | 111010011010000110110100111001101001001110011000111010011001110010010001 | e9a1b4e69398e99c91 |
UHC | ?擘霑 | 0011111111011011111110111110111111000101 | 3fdbfbefc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)