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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 軟?Б | 1001001111101110001111111000010001000001 | 93ee3f8441 |
EUC-JP | 軟?Б | 1100011011110000001111111010011110100010 | c6f03fa7a2 |
UTF-8 | 軟㏝Б | 1110100010111011100111111110001110001111100111011101000010010001 | e8bb9fe38f9dd091 |
UHC | 軟㏝Б | 111001101110001110100111111010011010110010100010 | e6e3a7e9aca2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)