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 | 螫イ蟲Ⅸ | 11100101101011001011001011100101101100111000011101011100 | e5acb2e5b3875c |
EUC-JP | 螫イ蟲? | 11101010101011101000111010110010111010101011010100111111 | eaae8eb2eab53f |
UTF-8 | 螫イ蟲Ⅸ | 111010001001111010101011111011111011110110110010111010001001111110110010111000101000010110101000 | e89eabefbdb2e89fb2e285a8 |
UHC | ??蟲Ⅸ | 001111110011111111110101111110011010010110111000 | 3f3ff5f9a5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)