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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 邃戍 | 11100010100001001001110011111001 | e2849cf9 |
EUC-JP | 邃戍 | 11100011111001001101100011111011 | e3e4d8fb |
UTF-8 | 邃戍 | 111010011000001010000011111001101000100010001101 | e98283e6888d |
UHC | 邃戍 | 11100010110001011110001010100001 | e2c5e2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)