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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 讓」] | 11100110101010001010001101011101 | e6a8a35d |
EUC-JP | 讓」] | 1110110010101010100011101010001101011101 | ecaa8ea35d |
UTF-8 | 讓」] | 11101000101011101001001111101111101111011010001101011101 | e8ae93efbda35d |
UHC | 讓?] | 11100101110100110011111101011101 | e5d33f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)