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 | ???附礪 | 00111111001111110011111110010101100011011110000111101000 | 3f3f3f958de1e8 |
EUC-JP | ???附礪 | 00111111001111110011111111001001111011011110001011101010 | 3f3f3fc9ede2ea |
UTF-8 | 렱롛뤺附礪 | 111010111010000010110001111010111010000110011011111010111010010010111010111010011001100110000100111001111010010010101010 | eba0b1eba19beba4bae99984e7a4aa |
UHC | 렱롛뤺附礪 | 10001110101111101000111011011111100011111110100011011101101111101101010111101100 | 8ebe8edf8fe8ddbed5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)