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 | 螫イ謌サ | 111001011010110010110010111001101000100010111011 | e5acb2e688bb |
EUC-JP | 螫イ謌サ | 1110101010101110100011101011001011101011111010001000111010111011 | eaae8eb2ebe88ebb |
UTF-8 | 螫イ謌サ | 111010001001111010101011111011111011110110110010111010001010110010001100111011111011110110111011 | e89eabefbdb2e8ac8cefbdbb |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)