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 | 艨怨叉 | 111001001000000110001001100001011000110110110011 | e48189858db3 |
EUC-JP | 艨怨叉 | 111001111110000110110001111001011011101010110101 | e7e1b1e5bab5 |
UTF-8 | 艨怨叉 | 111010001000100110101000111001101000000010101000111001011000111110001001 | e889a8e680a8e58f89 |
UHC | ?怨叉 | 0011111111101010101100111111001110101001 | 3feab3f3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)