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 | ?錚^ | 00111111111010000100001001011110 | 3fe8425e |
EUC-JP | 瑗錚^ | 100011111100110011000000111011111010001101011110 | 8fccc0efa35e |
UTF-8 | 瑗錚^ | 11100111100100011001011111101001100011001001101001011110 | e79197e98c9a5e |
UHC | 瑗錚^ | 1110101010111100111011101011011001011110 | eabceeb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)