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 | 上钁 | 10001111111000111110100001110110 | 8fe3e876 |
EUC-JP | 上钁 | 10111110111001011110111111010111 | bee5efd7 |
UTF-8 | 上钁 | 111001001011100010001010111010011001001010000001 | e4b88ae99281 |
UHC | 上? | 110111111011111000111111 | dfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)