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 | 姚棠 | 10011011010011001001111010101001 | 9b4c9ea9 |
EUC-JP | 姚棠 | 11010101101011011101110010101011 | d5addcab |
UTF-8 | 姚棠 | 111001011010011110011010111001101010001110100000 | e5a79ae6a3a0 |
UHC | 姚棠 | 11101000111011101101001111010110 | e8eed3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)