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 | 娟? | 100110110100111000111111 | 9b4e3f |
EUC-JP | 娟繡 | 1101010110101111100011111101010011010111 | d5af8fd4d7 |
UTF-8 | 娟繡 | 111001011010100010011111111001111011100110100001 | e5a89fe7b9a1 |
UHC | 娟繡 | 11100110110000101110001010111001 | e6c2e2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)