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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 碩隘胥G | 10010000110101111110100010100101111000111110111101000111 | 90d7e8a5e3ef47 |
EUC-JP | 碩隘胥G | 11000000110110011111000010100111111001101111000101000111 | c0d9f0a7e6f147 |
UTF-8 | 碩隘胥G | 11100111101000101010100111101001100110101001100011101000100000111010010101000111 | e7a2a9e99a98e883a547 |
UHC | 碩隘胥G | 11100000101101011110010011110110111000001010000101000111 | e0b5e4f6e0a147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)