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 | 嶸歿 | 11111010101101001001111101100110 | fab49f66 |
EUC-JP | 嶸歿 | 1000111110111011111101001101110111000111 | 8fbbf4ddc7 |
UTF-8 | 嶸歿 | 111001011011011010111000111001101010110110111111 | e5b6b8e6adbf |
UHC | 嶸歿 | 11100111101011101101100111010001 | e7aed9d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)