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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 佚∞^ | 1001100011000011100000011000011101011110 | 98c381875e |
EUC-JP | 佚∞^ | 1101000011000101101000011110011101011110 | d0c5a1e75e |
UTF-8 | 佚∞^ | 11100100101111011001101011100010100010001001111001011110 | e4bd9ae2889e5e |
UHC | 佚∞^ | 1110110011101010101000011100010001011110 | eceaa1c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)