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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 毬毬髴B | 10011111011110111001111101111011111010011001110001000010 | 9f7b9f7be99c42 |
EUC-JP | 毬毬髴B | 11011101110111001101110111011100111100011111110001000010 | dddcdddcf1fc42 |
UTF-8 | 毬毬髴B | 11100110101011111010110011100110101011111010110011101001101010111011010001000010 | e6aface6aface9abb442 |
UHC | 毬毬?B | 110011111011001111001111101100110011111101000010 | cfb3cfb33f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)