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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 腸?BF | 1001001010110000001111110100001001000110 | 92b03f4246 |
EUC-JP | 腸?BF | 1100010010110010001111110100001001000110 | c4b23f4246 |
UTF-8 | 腸렜BF | 1110100010000101101110001110101110100000100111000100001001000110 | e885b8eba09c4246 |
UHC | 腸렜BF | 111011011111001110001110101011100100001001000110 | edf38eae4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)