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 | 志絨 | 10001110011101011110001101001111 | 8e75e34f |
EUC-JP | 志絨 | 10111011110101101110010110110000 | bbd6e5b0 |
UTF-8 | 志絨 | 111001011011111110010111111001111011010110101000 | e5bf97e7b5a8 |
UHC | 志絨 | 11110010101001001110101111010110 | f2a4ebd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)