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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髮懷衷髴 | 1110100110011011100111001110010110010010100011111110100110011100 | e99b9ce5928fe99c |
EUC-JP | 髮懷衷髴 | 1111000111111011110110001110011111000011111011111111000111111100 | f1fbd8e7c3eff1fc |
UTF-8 | 髮懷衷髴 | 111010011010101110101110111001101000011110110111111010001010000110110111111010011010101110110100 | e9abaee687b7e8a1b7e9abb4 |
UHC | 髮懷衷? | 11011011101001011111110011100011111101011111101100111111 | dba5fce3f5fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)