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 | 讓1 | 11100110101010001000001001010000 | e6a88250 |
EUC-JP | 讓1 | 11101100101010101010001110110001 | ecaaa3b1 |
UTF-8 | 讓1 | 111010001010111010010011111011111011110010010001 | e8ae93efbc91 |
UHC | 讓1 | 11100101110100111010001110110001 | e5d3a3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)