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 | 렋렣렋렗렔 | 111010111010000010001011111010111010000010100011111010111010000010001011111010111010000010010111111010111010000010010100 | eba08beba0a3eba08beba097eba094 |
UHC | 렋렣렋렗렔 | 10001110101000101000111010110100100011101010001010001110101011001000111010101001 | 8ea28eb48ea28eac8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)