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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 扇?B | 10010000111011100011111101000010 | 90ee3f42 |
EUC-JP | 扇?B | 11000000111100000011111101000010 | c0f03f42 |
UTF-8 | 扇涉B | 11100110100010011000011111100110101101101000100101000010 | e68987e6b68942 |
UHC | 扇涉B | 1110000010111111111000001110111101000010 | e0bfe0ef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)