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 | 墻????? | 10011010110101000011111100111111001111110011111100111111 | 9ad43f3f3f3f3f |
EUC-JP | 墻????? | 11010100110101100011111100111111001111110011111100111111 | d4d63f3f3f3f3f |
UTF-8 | 墻욜뮵緣낁뮅 | 111001011010001010111011111011001001101010011100111010111010111010110101111001111011011110100011111010111000001010000001111010111010111010000101 | e5a2bbec9a9cebaeb5e7b7a3eb8281ebae85 |
UHC | 墻욜뮵緣낁뮅 | 111011011101111110111111111001111001001010111101111001101101111010000101111010001001001010010100 | eddfbfe792bde6de85e89294 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)