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 | 姚? | 100110110100110000111111 | 9b4c3f |
EUC-JP | 姚饈 | 1101010110101101100011111110100011101100 | d5ad8fe8ec |
UTF-8 | 姚饈 | 111001011010011110011010111010011010010110001000 | e5a79ae9a588 |
UHC | 姚? | 111010001110111000111111 | e8ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)