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 | 럍섢巢럍뛩 | 111010111001111110001101111011001000010010100010111001011011011110100010111010111001111110001101111010111001101110101001 | eb9f8dec84a2e5b7a2eb9f8deb9ba9 |
UHC | 럍섢巢럍뛩 | 10001110011010101001100011111000111000011011010110001110011010101000110101101100 | 8e6a98f8e1b58e6a8d6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)