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 | ????Q~ | 001111110011111100111111001111110101000101111110 | 3f3f3f3f517e |
SJIS-WIN | ????Q~ | 001111110011111100111111001111110101000101111110 | 3f3f3f3f517e |
EUC-JP | ????Q~ | 001111110011111100111111001111110101000101111110 | 3f3f3f3f517e |
UTF-8 | 쩌횕쩌짼Q~ | 1110110010101001100011001110110110011010100101011110110010101001100011001110110010100111101111000101000101111110 | eca98ced9a95eca98ceca7bc517e |
UHC | 쩌횕쩌짼Q~ | 11000010101111001100001110001111110000101011110011000010101100100101000101111110 | c2bcc38fc2bcc2b2517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)