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 | 鄒」阡戊事 | 111001111011111010100011111010001001010010010101111010001000111010010110 | e7bea3e89495e88e96 |
EUC-JP | 鄒」阡戊事 | 11101110110000001000111010100011111011111111010011001010111010101011101111110110 | eec08ea3eff4caeabbf6 |
UTF-8 | 鄒」阡戊事 | 111010011000010010010010111011111011110110100011111010011001100010100001111001101000100010001010111001001011101010001011 | e98492efbda3e998a1e6888ae4ba8b |
UHC | 鄒?阡戊事 | 111101011101101100111111111101001100011011011001111001101101111011000000 | f5db3ff4c6d9e6dec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)