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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 閻躯棍h | 11101000100001011000101111101011100111101001111001101000 | e8858beb9e9e68 |
EUC-JP | 閻躯棍h | 11101111111001011011011011101101110110111111111001101000 | efe5b6eddbfe68 |
UTF-8 | 閻躯棍h | 11101001100101101011101111101000101110101010111111100110101000111000110101101000 | e996bbe8baafe6a38d68 |
UHC | 閻?棍h | 111001111010001000111111110011011110001001101000 | e7a23fcde268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)