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 | 鴦箜Ξ赭 | 1110100111110001111000101011000110000011101011001110011011011110 | e9f1e2b183ace6de |
EUC-JP | 鴦箜Ξ赭 | 1111001011110011111001001011001110100110101011101110110011100000 | f2f3e4b3a6aeece0 |
UTF-8 | 鴦箜Ξ赭 | 1110100110110100101001101110011110101110100111001100111010011110111010001011010110101101 | e9b4a6e7ae9cce9ee8b5ad |
UHC | 鴦?Ξ? | 111001001110110000111111101001011100111000111111 | e4ec3fa5ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)