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 | ?gB | 001111110110011101000010 | 3f6742 |
SJIS-WIN | 獻gB | 11100000110110010110011101000010 | e0d96742 |
EUC-JP | 獻gB | 11100000110110110110011101000010 | e0db6742 |
UTF-8 | 獻gB | 1110011110001101101110110110011101000010 | e78dbb6742 |
UHC | 獻gB | 11111010110011000110011101000010 | facc6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)