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 | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 毬毬痞F | 10011111011110111001111101111011111000010111110001000110 | 9f7b9f7be17c46 |
EUC-JP | 毬毬痞F | 11011101110111001101110111011100111000011101110101000110 | dddcdddce1dd46 |
UTF-8 | 毬毬痞F | 11100110101011111010110011100110101011111010110011100111100101111001111001000110 | e6aface6aface7979e46 |
UHC | 毬毬?F | 110011111011001111001111101100110011111101000110 | cfb3cfb33f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)