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 | 墻??易ч? | 100110101101010000111111001111111000100011010101100001001000100100111111 | 9ad43f3f88d584893f |
EUC-JP | 墻??易ч? | 110101001101011000111111001111111011000011010111101001111110100100111111 | d4d63f3fb0d7a7e93f |
UTF-8 | 墻욥눈易ч뮈 | 1110010110100010101110111110110010011010101001011110101110001000100010001110011010011000100100111101000110000111111010111010111010001000 | e5a2bbec9aa5eb8888e69893d187ebae88 |
UHC | 墻욥눈易ч뮈 | 111011011101111110111111111010011011010010101011111001101011011010101100111010011011100110111111 | eddfbfe9b4abe6b6ace9b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)