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 | 蝪旧芥蟇 | 1110010110100001100010111000110010001010010010001110010110101111 | e5a18b8c8a48e5af |
EUC-JP | 蝪旧芥蟇 | 1110101010100011101101011110110010110011101010011110101010110001 | eaa3b5ecb3a9eab1 |
UTF-8 | 蝪旧芥蟇 | 111010001001110110101010111001101001011110100111111010001000101010100101111010001001111110000111 | e89daae697a7e88aa5e89f87 |
UHC | ??芥? | 0011111100111111110010111100111000111111 | 3f3fcbce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)