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 | 幼幼^ | 1001011101100011100101110110001101011110 | 976397635e |
EUC-JP | 幼幼^ | 1100110111000100110011011100010001011110 | cdc4cdc45e |
UTF-8 | 幼幼^ | 11100101101110011011110011100101101110011011110001011110 | e5b9bce5b9bc5e |
UHC | 幼幼^ | 1110101011101010111010101110101001011110 | eaeaeaea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)