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 | ~o | 100010010111111001101111 | 897e6f |
SJIS-WIN | ?~o | 001111110111111001101111 | 3f7e6f |
EUC-JP | ?~o | 001111110111111001101111 | 3f7e6f |
UTF-8 | ~o | 11000010100010010111111001101111 | c2897e6f |
UHC | ?~o | 001111110111111001101111 | 3f7e6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)