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 | ë÷þB | 1110101111110111100101001111111001000010 | ebf794fe42 |
SJIS-WIN | ?÷??B | 001111111000000110000000001111110011111101000010 | 3f81803f3f42 |
EUC-JP | ë÷?þB | 10001111101010111011001110100001111000000011111110001111101010011101000001000010 | 8fabb3a1e03f8fa9d042 |
UTF-8 | ë÷þB | 110000111010101111000011101101111100001010010100110000111011111001000010 | c3abc3b7c294c3be42 |
UHC | ?÷?þB | 00111111101000011100000000111111101010011010110101000010 | 3fa1c03fa9ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)