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 | 쨘횞횊횄횋 | 111011001010100010011000111011011001101010011110111011011001101010001010111011011001101010000100111011011001101010001011 | eca898ed9a9eed9a8aed9a84ed9a8b |
UHC | 쨘횞횊횄횋 | 11000010101110101100001110010111110000111000100011000011100000111100001110001001 | c2bac397c388c383c389 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)