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 | 謝鯲 | 10001110110100111110100111001100 | 8ed3e9cc |
EUC-JP | 謝鯲 | 10111100110101011111001011001110 | bcd5f2ce |
UTF-8 | 謝鯲 | 111010001010110010011101111010011010111110110010 | e8ac9de9afb2 |
UHC | 謝? | 110111101111001100111111 | def33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)