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 | 孰逍 | 10011011011110001110011110010110 | 9b78e796 |
EUC-JP | 孰逍 | 11010101110110011110110111110110 | d5d9edf6 |
UTF-8 | 孰逍 | 111001011010110110110000111010011000000010001101 | e5adb0e9808d |
UHC | 孰逍 | 11100010110101011110000111001110 | e2d5e1ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)