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 | 舌蕀 | 10010000111000111110010011111001 | 90e3e4f9 |
EUC-JP | 舌蕀 | 11000000111001011110100011111011 | c0e5e8fb |
UTF-8 | 舌蕀 | 111010001000100010001100111010001001010110000000 | e8888ce89580 |
UHC | 舌? | 111000001101111100111111 | e0df3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)