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 | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
SJIS-WIN | ??劍@ | 0011111100111111100110011001100001000000 | 3f3f999840 |
EUC-JP | ??劍@ | 0011111100111111110100011111100001000000 | 3f3fd1f840 |
UTF-8 | 롛뤰劍@ | 11101011101000011001101111101011101001001011000011100101100010101000110101000000 | eba19beba4b0e58a8d40 |
UHC | 롛뤰劍@ | 10001110110111111000111111011110110010111111110001000000 | 8edf8fdecbfc40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)