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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 滴拔 | 10010011010010001001110101010101 | 93489d55 |
EUC-JP | 滴拔 | 11000101101010011101100110110110 | c5a9d9b6 |
UTF-8 | 滴拔 | 111001101011101110110100111001101000101110010100 | e6bbb4e68b94 |
UHC | 滴拔 | 11101110110110011101101011111011 | eed9dafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)