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 | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | ??o | 001111110011111101101111 | 3f3f6f |
EUC-JP | ??o | 001111110011111101101111 | 3f3f6f |
UTF-8 | 횒챈o | 11101101100110101001001011101100101100011000100001101111 | ed9a92ecb1886f |
UHC | 횒챈o | 1100001110001101110000111010011001101111 | c38dc3a66f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)