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 | 謌占ィ歐 | 11100110100010001001000011101000101010001001111101011110 | e68890e8a89f5e |
EUC-JP | 謌占ィ歐 | 1110101111101000110000001110101010001110101010001101110110111111 | ebe8c0ea8ea8ddbf |
UTF-8 | 謌占ィ歐 | 111010001010110010001100111001011000110110100000111011111011110110101000111001101010110110010000 | e8ac8ce58da0efbda8e6ad90 |
UHC | ?占?歐 | 001111111110111110111111001111111100111110110001 | 3fefbf3fcfb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)