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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 墻??敖? | 10011010110101000011111100111111100111011100001000111111 | 9ad43f3f9dc23f |
EUC-JP | 墻??敖? | 11010100110101100011111100111111110110101100010000111111 | d4d63f3fdac43f |
UTF-8 | 墻욤덱敖놟 | 111001011010001010111011111011001001101010100100111010111000110110110001111001101001010110010110111010111000011010011111 | e5a2bbec9aa4eb8db1e69596eb869f |
UHC | 墻욤덱敖놟 | 11101101110111111011111111101000101101011010011011100111111110011000011101000010 | eddfbfe8b5a6e7f98742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)