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 | 秘沆^ | 1001010011101001111110101111011101011110 | 94e9faf75e |
EUC-JP | 秘沆^ | 110010001110101110001111110001101110101001011110 | c8eb8fc6ea5e |
UTF-8 | 秘沆^ | 11100111101001111001100011100110101100101000011001011110 | e7a798e6b2865e |
UHC | 秘沆^ | 1101110111111010111110011111101001011110 | ddfaf9fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)