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 | ???d | 00111111001111110011111101100100 | 3f3f3f64 |
SJIS-WIN | 邱倡擂d | 11100111101101111001100011100111100111011010010101100100 | e7b798e79da564 |
EUC-JP | 邱倡擂d | 11101110101110011101000011101001110110101010011101100100 | eeb9d0e9daa764 |
UTF-8 | 邱倡擂d | 11101001100000101011000111100101100000001010000111100110100100111000001001100100 | e982b1e580a1e6938264 |
UHC | 邱倡?d | 110011111100100011110011110110110011111101100100 | cfc8f3db3f64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)