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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 蛛蓚F | 1110010110000001111001001110100101000110 | e581e4e946 |
EUC-JP | 蛛蓚F | 1110100111100001111010001110101101000110 | e9e1e8eb46 |
UTF-8 | 蛛蓚F | 11101000100110111001101111101000100100111001101001000110 | e89b9be8939a46 |
UHC | 蛛蓚F | 1111000111001000111000101011111001000110 | f1c8e2be46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)