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 | 00111111001111110111101101100100 | 3f3f7b64 |
SJIS-WIN | 涯?{d | 1000101001010101001111110111101101100100 | 8a553f7b64 |
EUC-JP | 涯?{d | 1011001110110110001111110111101101100100 | b3b63f7b64 |
UTF-8 | 涯퍇{d | 1110011010110110101011111110110110001101100001110111101101100100 | e6b6afed8d877b64 |
UHC | 涯퍇{d | 111001001111001110111011011110000111101101100100 | e4f3bb787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)