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 | 悋鮹^ | 1001110010100101111010011100000101011110 | 9ca5e9c15e |
EUC-JP | 悋鮹^ | 1101100010100111111100101100001101011110 | d8a7f2c35e |
UTF-8 | 悋鮹^ | 11100110100000101000101111101001101011101011100101011110 | e6828be9aeb95e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)