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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | `ΑF | 1000000101001101100000111001111101000110 | 814d839f46 |
EUC-JP | `ΑF | 1010000110101110101001101010000101000110 | a1aea6a146 |
UTF-8 | `ΑF | 111011111011110110000000110011101001000101000110 | efbd80ce9146 |
UHC | `ΑF | 1010001111100000101001011100000101000110 | a3e0a5c146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)