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 | 刃刃^ | 1001000001101110100100000110111001011110 | 906e906e5e |
EUC-JP | 刃刃^ | 1011111111001111101111111100111101011110 | bfcfbfcf5e |
UTF-8 | 刃刃^ | 11100101100010001000001111100101100010001000001101011110 | e58883e588835e |
UHC | 刃刃^ | 1110110011010011111011001101001101011110 | ecd3ecd35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)