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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 跫亥嶋 | 111001101110110110001000111001011001001110001000 | e6ed88e59388 |
EUC-JP | 跫亥嶋 | 111011001110111110110000111001111100010111101000 | ecefb0e7c5e8 |
UTF-8 | 跫亥嶋 | 111010001011011110101011111001001011101010100101111001011011011010001011 | e8b7abe4baa5e5b68b |
UHC | ?亥嶋 | 0011111111111010101001001101001111110111 | 3ffaa4d3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)