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 | 驗墓響 | 111010011000010010010101111001101000101110111111 | e98495e68bbf |
EUC-JP | 驗墓響 | 111100011110010011001010111010001011011011000001 | f1e4cae8b6c1 |
UTF-8 | 驗墓響 | 111010011010100110010111111001011010001010010011111010011001111110111111 | e9a997e5a293e99fbf |
UHC | 驗墓響 | 111110101101000011011001110101111111101011000010 | fad0d9d7fac2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)