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 | 鴉質 | 11101001111010111000111010111111 | e9eb8ebf |
EUC-JP | 鴉質 | 11110010111011011011110011000001 | f2edbcc1 |
UTF-8 | 鴉質 | 111010011011010010001001111010001011001110101010 | e9b489e8b3aa |
UHC | 鴉質 | 11100100101111001111001011110101 | e4bcf2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)