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 | 浯ェ謔我谿 | 111110101111110010101010111001101000001010001001111001001110011010101110 | fafcaae68289e4e6ae |
EUC-JP | 浯ェ謔我谿 | 1000111111000111110000111000111010101010111010111110001010110010111001101110110010110000 | 8fc7c38eaaebe2b2e6ecb0 |
UTF-8 | 浯ェ謔我谿 | 111001101011010110101111111011111011110110101010111010001010110010010100111001101000100010010001111010001011000010111111 | e6b5afefbdaae8ac94e68891e8b0bf |
UHC | ??謔我谿 | 0011111100111111111110011100110011100100101100101100110110101100 | 3f3ff9cce4b2cdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)