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 | 100100100100001001100100 | 924264 |
EUC-JP | 達d | 110000111010001101100100 | c3a364 |
UTF-8 | 達d | 11101001100000011001010001100100 | e9819464 |
UHC | 達d | 110100111011100101100100 | d3b964 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)