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 | 紙???恬 | 10001110100001100011111100111111001111111001110010010111 | 8e863f3f3f9c97 |
EUC-JP | 紙???恬 | 10111011111001100011111100111111001111111101011111110111 | bbe63f3f3fd7f7 |
UTF-8 | 紙렗綎흖恬 | 111001111011010010011001111010111010000010010111111001111011011010001110111011011001110110010110111001101000000110101100 | e7b499eba097e7b68eed9d96e681ac |
UHC | 紙렗綎흖恬 | 11110010101101011000111010101100111011111111001011001000111010001101001010111000 | f2b58eaceff2c8e8d2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)