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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 璵???? | 10001111110011001110011000111111001111110011111100111111 | 8fcce63f3f3f3f |
UTF-8 | 璵€쑇說톒 | 111001111001001010110101111000101000001010101100111011001001000110000111111011111010011010100001111011011000011010010010 | e792b5e282acec9187efa6a1ed8692 |
UHC | 璵€쑇說톒 | 11100110101001011010001011100110100111001010011111100110111100101011011101101000 | e6a5a2e69ca7e6f2b768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)