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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 척횒챠쨍척 | 111011001011001010011001111011011001101010010010111011001011000110100000111011001010100010001101111011001011001010011001 | ecb299ed9a92ecb1a0eca88decb299 |
UHC | 척횒챠쨍척 | 11000011101101001100001110001101110000111010110111000010101110001100001110110100 | c3b4c38dc3adc2b8c3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)