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 | 鮨頑懇 | 111010011011110110001010111001101000110110100111 | e9bd8ae68da7 |
EUC-JP | 鮨頑懇 | 111100101011111110110100111010001011101010101001 | f2bfb4e8baa9 |
UTF-8 | 鮨頑懇 | 111010011010111010101000111010011010000010010001111001101000011110000111 | e9aea8e9a091e68787 |
UHC | ?頑懇 | 0011111111101000110101111100101011010000 | 3fe8d7cad0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)