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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 但測] | 1001001001000001100100011010101001011101 | 924191aa5d |
EUC-JP | 但測] | 1100001110100010110000101010110001011101 | c3a2c2ac5d |
UTF-8 | 但測] | 11100100101111011000011011100110101110001010110001011101 | e4bd86e6b8ac5d |
UHC | 但測] | 1101001110100011111101101011010001011101 | d3a3f6b45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)