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 | ?d | 0011111101100100 | 3f64 |
SJIS-WIN | 漏d | 100110000101001001100100 | 985264 |
EUC-JP | 漏d | 110011111011001101100100 | cfb364 |
UTF-8 | 漏d | 11100110101111001000111101100100 | e6bc8f64 |
UHC | 漏d | 110101111010100101100100 | d7a964 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)