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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鄒」阡墓 | 11100111101111101010001111101000100101001001010111100110 | e7bea3e89495e6 |
EUC-JP | 鄒」阡墓 | 1110111011000000100011101010001111101111111101001100101011101000 | eec08ea3eff4cae8 |
UTF-8 | 鄒」阡墓 | 111010011000010010010010111011111011110110100011111010011001100010100001111001011010001010010011 | e98492efbda3e998a1e5a293 |
UHC | 鄒?阡墓 | 11110101110110110011111111110100110001101101100111010111 | f5db3ff4c6d9d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)