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 | 0011111100111111001111110110011101000010 | 3f3f3f6742 |
SJIS-WIN | 軟??gB | 100100111110111000111111001111110110011101000010 | 93ee3f3f6742 |
EUC-JP | 軟??gB | 110001101111000000111111001111110110011101000010 | c6f03f3f6742 |
UTF-8 | 軟녺뼻gB | 1110100010111011100111111110101110000101101110101110101110111100101110110110011101000010 | e8bb9feb85baebbcbb6742 |
UHC | 軟녺뼻gB | 1110011011100011100001101110011110010110101111100110011101000010 | e6e386e796be6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)