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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 但贈B | 1001001001000001100100011010000101000010 | 924191a142 |
EUC-JP | 但贈B | 1100001110100010110000101010001101000010 | c3a2c2a342 |
UTF-8 | 但贈B | 11100100101111011000011011101000101101001000100001000010 | e4bd86e8b48842 |
UHC | 但贈B | 1101001110100011111100011111110001000010 | d3a3f1fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)