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 | 10010010010001111001000110011111100100011011010101100100 | 9247919f91b564 |
EUC-JP | 竪臓揃d | 11000011101010001100001010100001110000101011011101100100 | c3a8c2a1c2b764 |
UTF-8 | 竪臓揃d | 11100111101010111010101011101000100001111001001111100110100011111000001101100100 | e7abaae88793e68f8364 |
UHC | 竪??d | 1110001010110101001111110011111101100100 | e2b53f3f64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)