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 | 1001111010111000001111111001100001011101100110000101110101000101 | 9eb83f985d985d45 |
EUC-JP | 楮?肋肋E | 1101110010111010001111111100111110111110110011111011111001000101 | dcba3fcfbecfbe45 |
UTF-8 | 楮외肋肋E | 11100110101001011010111011101100100110011011100011101000100000101000101111101000100000101000101101000101 | e6a5aeec99b8e8828be8828b45 |
UHC | 楮외肋肋E | 111011101011111110111111110111001101011111001110110101111100111001000101 | eebfbfdcd7ced7ce45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)