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 | 薹杠 | 11100101010101101001111001011001 | e5569e59 |
EUC-JP | 薹杠 | 11101001101101111101101110111010 | e9b7dbba |
UTF-8 | 薹杠 | 111010001001011010111001111001101001110110100000 | e896b9e69da0 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)