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 | ?????S | 001111110011111100111111001111110011111101010011 | 3f3f3f3f3f53 |
SJIS-WIN | 嶸橄豌懦亟S | 1111101010110100100111101110101111100110101100001001110011101101100110001011001001010011 | fab49eebe6b09ced98b253 |
EUC-JP | 嶸橄豌懦亟S | 100011111011101111110100110111001110110111101100101100101101100011101111110100001011010001010011 | 8fbbf4dcedecb2d8efd0b453 |
UTF-8 | 嶸橄豌懦亟S | 11100101101101101011100011100110101010011000010011101000101100011000110011100110100001111010011011100100101110101001111101010011 | e5b6b8e6a984e8b18ce687a6e4ba9f53 |
UHC | 嶸橄豌懦?S | 11100111101011101100101011110100111010001101010111010001110101110011111101010011 | e7aecaf4e8d5d1d73f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)