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 | 100100100100011101100100 | 924764 |
EUC-JP | 竪d | 110000111010100001100100 | c3a864 |
UTF-8 | 竪d | 11100111101010111010101001100100 | e7abaa64 |
UHC | 竪d | 111000101011010101100100 | e2b564 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)