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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | ?頁窈?P | 00111111100101011100010111100010011101110011111101010000 | 3f95c5e2773f50 |
EUC-JP | ?頁窈?P | 00111111110010101100011111100011110110000011111101010000 | 3fcac7e3d83f50 |
UTF-8 | 뤓頁窈닻P | 11101011101001001001001111101001101000001000000111100111101010101000100011101011100010111011101101010000 | eba493e9a081e7aa88eb8bbb50 |
UHC | 뤓頁窈닻P | 100011111100001111111010111011011110100110100001101101001110100101010000 | 8fc3faede9a1b4e950 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)