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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 縡?竣?E | 11100011011100010011111110001111011101100011111101000101 | e3713f8f763f45 |
EUC-JP | 縡?竣?E | 11100101110100100011111110111101110101110011111101000101 | e5d23fbdd73f45 |
UTF-8 | 縡렭竣렕E | 11100111101110001010000111101011101000001010110111100111101010111010001111101011101000001001010101000101 | e7b8a1eba0ade7aba3eba09545 |
UHC | 縡렭竣렕E | 111011101010110110001110101110101111000111100010100011101010101001000101 | eead8ebaf1e28eaa45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)