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 | ??@?? | 0011111100111111010000000011111100111111 | 3f3f403f3f |
SJIS-WIN | ??@?? | 0011111100111111010000000011111100111111 | 3f3f403f3f |
EUC-JP | ??@?? | 0011111100111111010000000011111100111111 | 3f3f403f3f |
UTF-8 | 횙횋@횒챙 | 11101101100110101001100111101101100110101000101101000000111011011001101010010010111011001011000110011001 | ed9a99ed9a8b40ed9a92ecb199 |
UHC | 횙횋@횒챙 | 110000111001001111000011100010010100000011000011100011011100001110101100 | c393c38940c38dc3ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)