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 | ??mF | 00111111001111110110110101000110 | 3f3f6d46 |
SJIS-WIN | 蓿、mF | 1110010011110000101001000110110101000110 | e4f0a46d46 |
EUC-JP | 蓿、mF | 111010001111001010001110101001000110110101000110 | e8f28ea46d46 |
UTF-8 | 蓿、mF | 1110100010010011101111111110111110111101101001000110110101000110 | e893bfefbda46d46 |
UHC | ??mF | 00111111001111110110110101000110 | 3f3f6d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)