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 | 螳桂^ | 1110010110101110100011000110101001011110 | e5ae8c6a5e |
EUC-JP | 螳桂^ | 1110101010110000101101111100101101011110 | eab0b7cb5e |
UTF-8 | 螳桂^ | 11101000100111101011001111100110101000011000001001011110 | e89eb3e6a1825e |
UHC | 螳桂^ | 1101001111011001110011001111110101011110 | d3d9ccfd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)