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 | 鄒」阡慕憧 | 111001111011111010100011111010001001010010010101111001111001001110110010 | e7bea3e89495e793b2 |
EUC-JP | 鄒」阡慕憧 | 11101110110000001000111010100011111011111111010011001010111010011100011010110100 | eec08ea3eff4cae9c6b4 |
UTF-8 | 鄒」阡慕憧 | 111010011000010010010010111011111011110110100011111010011001100010100001111001101000010110010101111001101000011010100111 | e98492efbda3e998a1e68595e686a7 |
UHC | 鄒?阡慕憧 | 111101011101101100111111111101001100011011011001101101111101010011010011 | f5db3ff4c6d9b7d4d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)