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 | 鄒」蛻晄ュ | 1110011110111110101000111110010110001000100111011110011010101101 | e7bea3e5889de6ad |
EUC-JP | 鄒」蛻晄ュ | 11101110110000001000111010100011111010011110100011011010111010001000111010101101 | eec08ea3e9e8dae88ead |
UTF-8 | 鄒」蛻晄ュ | 111010011000010010010010111011111011110110100011111010001001101110111011111001101001100110000100111011111011110110101101 | e98492efbda3e89bbbe69984efbdad |
UHC | 鄒??晄? | 11110101110110110011111100111111111111001100110100111111 | f5db3f3ffccd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)