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 | ??源?調富 | 001111110011111110001100101110010011111110010010101100101001010101111000 | 3f3f8cb93f92b29578 |
EUC-JP | ??源?調富 | 001111110011111110111000101110110011111111000100101101001100100111011001 | 3f3fb8bb3fc4b4c9d9 |
UTF-8 | 亐렕源렰調富 | 111001001011101010010000111010111010000010010101111001101011101010010000111010111010000010110000111010001010101010111111111001011010111110001100 | e4ba90eba095e6ba90eba0b0e8aabfe5af8c |
UHC | 亐렕源렰調富 | 111010101010011110001110101010101110101010111001100011101011110111110000111000001101110110100011 | eaa78eaaeab98ebdf0e0dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)