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 | ?G | 0011111101000111 | 3f47 |
SJIS-WIN | 達G | 100100100100001001000111 | 924247 |
EUC-JP | 達G | 110000111010001101000111 | c3a347 |
UTF-8 | 達G | 11101001100000011001010001000111 | e9819447 |
UHC | 達G | 110100111011100101000111 | d3b947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)