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 | 111101001101011101000111 | f4d747 |
SJIS-WIN | ?×G | 00111111100000010111111001000111 | 3f817e47 |
EUC-JP | ô×G | 100011111010101111010100101000011101111101000111 | 8fabd4a1df47 |
UTF-8 | ô×G | 1100001110110100110000111001011101000111 | c3b4c39747 |
UHC | ?×G | 00111111101000011011111101000111 | 3fa1bf47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)