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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 跣娥v | 1110011011101111100110110100110101110110 | e6ef9b4d76 |
EUC-JP | 跣娥v | 1110110011110001110101011010111001110110 | ecf1d5ae76 |
UTF-8 | 跣娥v | 11101000101101111010001111100101101010001010010101110110 | e8b7a3e5a8a576 |
UHC | 跣娥v | 1110000011010011111001001011000001110110 | e0d3e4b076 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)