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 | 蓁溢「尖 | 11100100111010111000100011101100101000101001000011101011 | e4eb88eca290eb |
EUC-JP | 蓁溢「尖 | 1110100011101101101100001110111010001110101000101100000011101101 | e8edb0ee8ea2c0ed |
UTF-8 | 蓁溢「尖 | 111010001001001110000001111001101011101010100010111011111011110110100010111001011011000010010110 | e89381e6baa2efbda2e5b096 |
UHC | ?溢?尖 | 001111111110110011101110001111111111010011010011 | 3fecee3ff4d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)