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 | 豺ィ鮗楠丶 | 111001101011011110101000111010011011101010010011111011011001100010100100 | e6b7a8e9ba93ed98a4 |
EUC-JP | 豺ィ鮗楠丶 | 11101100101110011000111010101000111100101011110011000110111011111101000010100110 | ecb98ea8f2bcc6efd0a6 |
UTF-8 | 豺ィ鮗楠丶 | 111010001011000110111010111011111011110110101000111010011010111010010111111001101010010110100000111001001011100010110110 | e8b1baefbda8e9ae97e6a5a0e4b8b6 |
UHC | 豺??楠? | 11100011110011110011111100111111110100011111100000111111 | e3cf3f3fd1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)