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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??源??富 | 0011111100111111100011001011100100111111001111111001010101111000 | 3f3f8cb93f3f9578 |
EUC-JP | ??源?焌富 | 00111111001111111011100010111011001111111000111111001001111010001100100111011001 | 3f3fb8bb3f8fc9e8c9d9 |
UTF-8 | 亐렕源렰焌富 | 111001001011101010010000111010111010000010010101111001101011101010010000111010111010000010110000111001111000010010001100111001011010111110001100 | e4ba90eba095e6ba90eba0b0e7848ce5af8c |
UHC | 亐렕源렰焌富 | 111010101010011110001110101010101110101010111001100011101011110111110001111000001101110110100011 | eaa78eaaeab98ebdf1e0dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)