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 | 鄒ら霜霓。 | 111001111011111010000010111001111001000110011010111010001011110110100001 | e7be82e7919ae8bda1 |
EUC-JP | 鄒ら霜霓。 | 11101110110000001010010011101001110000011111101011110000101111111000111010100001 | eec0a4e9c1faf0bf8ea1 |
UTF-8 | 鄒ら霜霓。 | 111010011000010010010010111000111000001010001001111010011001110010011100111010011001110010010011111011111011110110100001 | e98492e38289e99c9ce99c93efbda1 |
UHC | 鄒ら霜霓? | 111101011101101110101010111010011101111111011100111001111110011100111111 | f5dbaae9dfdce7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)