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 | HXA | 100100100100100010010010010110001001001001000001 | 924892589241 |
SJIS-WIN | ?H?X?A | 001111110100100000111111010110000011111101000001 | 3f483f583f41 |
EUC-JP | ?H?X?A | 001111110100100000111111010110000011111101000001 | 3f483f583f41 |
UTF-8 | HXA | 110000101001001001001000110000101001001001011000110000101001001001000001 | c29248c29258c29241 |
UHC | ?H?X?A | 001111110100100000111111010110000011111101000001 | 3f483f583f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)