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 | 酌 | 10001110110111101111001011110100 | 8edef2f4 |
EUC-JP | 酌? | 101111001110000000111111 | bce03f |
UTF-8 | 酌 | 111010011000010110001100111011101000100010101011 | e9858cee88ab |
UHC | 酌? | 111011011100110000111111 | edcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)