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 | 煇「 | 111110110101011110100010 | fb57a2 |
EUC-JP | 煇「 | 1000111111001001111101011000111010100010 | 8fc9f58ea2 |
UTF-8 | 煇「 | 111001111000010110000111111011111011110110100010 | e78587efbda2 |
UHC | 煇? | 111111011100100000111111 | fdc83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)