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 | 尹愨 | 10011011100110101001110011000000 | 9b9a9cc0 |
EUC-JP | 尹愨 | 11010101111110101101100011000010 | d5fad8c2 |
UTF-8 | 尹愨 | 111001011011000010111001111001101000010010101000 | e5b0b9e684a8 |
UHC | 尹? | 111010111100010100111111 | ebc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)