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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陟募ッ拆 | 11101000101000001001010111100101101011111001110101011101 | e8a095e5af9d5d |
EUC-JP | 陟募ッ拆 | 1111000010100010110010101110011110001110101011111101100110111110 | f0a2cae78eafd9be |
UTF-8 | 陟募ッ拆 | 111010011001100110011111111001011000101110011111111011111011110110101111111001101000101110000110 | e9999fe58b9fefbdafe68b86 |
UHC | 陟募?? | 111101001011001111011001101101000011111100111111 | f4b3d9b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)