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 | 11100110101110011011111111100111101001001011111001000101 | e6b9bfe7a4be45 |
EUC-JP | 貉ソ遉セE | 111011001011101110001110101111111110111010100110100011101011111001000101 | ecbb8ebfeea68ebe45 |
UTF-8 | 貉ソ遉セE | 11101000101100101000100111101111101111011011111111101001100000011000100111101111101111011011111001000101 | e8b289efbdbfe98189efbdbe45 |
UHC | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)