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 | 焄糂 | 11111011010101001110001011110001 | fb54e2f1 |
EUC-JP | 焄糂 | 1000111111001001111000111110010011110011 | 8fc9e3e4f3 |
UTF-8 | 焄糂 | 111001111000010010000100111001111011001110000010 | e78484e7b382 |
UHC | 焄? | 111111011011011000111111 | fdb63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)