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 | 羚粋┝鐓 | 1110001110110111100100001000100010000100101110101110100001011101 | e3b7908884bae85d |
EUC-JP | 羚粋┝鐓 | 1110011010111001101111111110100010101000101111001110111110111110 | e6b9bfe8a8bcefbe |
UTF-8 | 羚粋┝鐓 | 111001111011111010011010111001111011001010001011111000101001010010011101111010011001000010010011 | e7be9ae7b28be2949de99093 |
UHC | 羚?┝? | 110101101011111000111111101001101011110000111111 | d6be3fa6bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)