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 | 讓4 | 11100110101010001000001001010011 | e6a88253 |
EUC-JP | 讓4 | 11101100101010101010001110110100 | ecaaa3b4 |
UTF-8 | 讓4 | 111010001010111010010011111011111011110010010100 | e8ae93efbc94 |
UHC | 讓4 | 11100101110100111010001110110100 | e5d3a3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)