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 | 11100101100001011011011011100101100111011010011001000101 | e585b6e59da645 |
EUC-JP | 蜈カ蝮ヲE | 111010011110010110001110101101101110100111111101100011101010011001000101 | e9e58eb6e9fd8ea645 |
UTF-8 | 蜈カ蝮ヲE | 11101000100111001000100011101111101111011011011011101000100111011010111011101111101111011010011001000101 | e89c88efbdb6e89daeefbda645 |
UHC | 蜈???E | 111010001010010100111111001111110011111101000101 | e8a53f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)