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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 浯ェ謔牙 | 11111010111111001010101011100110100000101000100111100101 | fafcaae68289e5 |
EUC-JP | 浯ェ謔牙 | 100011111100011111000011100011101010101011101011111000101011001011100111 | 8fc7c38eaaebe2b2e7 |
UTF-8 | 浯ェ謔牙 | 111001101011010110101111111011111011110110101010111010001010110010010100111001111000100110011001 | e6b5afefbdaae8ac94e78999 |
UHC | ??謔牙 | 001111110011111111111001110011001110010010110011 | 3f3ff9cce4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)