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 | 浯ェ謔牙貎 | 111110101111110010101010111001101000001010001001111001011110011010111101 | fafcaae68289e5e6bd |
EUC-JP | 浯ェ謔牙貎 | 1000111111000111110000111000111010101010111010111110001010110010111001111110110010111111 | 8fc7c38eaaebe2b2e7ecbf |
UTF-8 | 浯ェ謔牙貎 | 111001101011010110101111111011111011110110101010111010001010110010010100111001111000100110011001111010001011001010001110 | e6b5afefbdaae8ac94e78999e8b28e |
UHC | ??謔牙? | 00111111001111111111100111001100111001001011001100111111 | 3f3ff9cce4b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)