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 | 111100001101011101000111 | f0d747 |
SJIS-WIN | ?×G | 00111111100000010111111001000111 | 3f817e47 |
EUC-JP | ð×G | 100011111010100111000011101000011101111101000111 | 8fa9c3a1df47 |
UTF-8 | ð×G | 1100001110110000110000111001011101000111 | c3b0c39747 |
UHC | ð×G | 1010100110100011101000011011111101000111 | a9a3a1bf47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)