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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??弑 | 00111111001111111001110001010101 | 3f3f9c55 |
EUC-JP | ??弑 | 00111111001111111101011110110110 | 3f3fd7b6 |
UTF-8 | 姸렣弑 | 111001011010011110111000111010111010000010100011111001011011110010010001 | e5a7b8eba0a3e5bc91 |
UHC | 姸렣弑 | 111001101100000110001110101101001110001110111101 | e6c18eb4e3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)