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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蔗私審 | 111001001111001010001110100001001001000001010010 | e4f28e849052 |
EUC-JP | 蔗私審 | 111010001111010010111011111001001011111110110011 | e8f4bbe4bfb3 |
UTF-8 | 蔗私審 | 111010001001010010010111111001111010011110000001111001011010111110101001 | e89497e7a781e5afa9 |
UHC | 蔗私審 | 111011011011110111011110111001111110001111111011 | edbddee7e3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)