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 | 譯勢 | 11100110101000011001000010101000 | e6a190a8 |
EUC-JP | 譯勢 | 11101100101000111100000010101010 | eca3c0aa |
UTF-8 | 譯勢 | 111010001010110110101111111001011000101110100010 | e8adafe58ba2 |
UHC | 譯勢 | 11100110101110111110000110100111 | e6bbe1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)