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 | ???@? | 0011111100111111001111110100000000111111 | 3f3f3f403f |
SJIS-WIN | ??劍@? | 001111110011111110011001100110000100000000111111 | 3f3f9998403f |
EUC-JP | ??劍@? | 001111110011111111010001111110000100000000111111 | 3f3fd1f8403f |
UTF-8 | 롛뤰劍@렦 | 11101011101000011001101111101011101001001011000011100101100010101000110101000000111010111010000010100110 | eba19beba4b0e58a8d40eba0a6 |
UHC | 롛뤰劍@렦 | 100011101101111110001111110111101100101111111100010000001000111010110101 | 8edf8fdecbfc408eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)