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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 冗晳h | 1000111111100111111110101101100101101000 | 8fe7fad968 |
EUC-JP | 冗晳h | 101111101110100110001111110000101100010001101000 | bee98fc2c468 |
UTF-8 | 冗晳h | 11100101100001101001011111100110100110011011001101101000 | e58697e699b368 |
UHC | 冗晳h | 1110100110110111111000001010111101101000 | e9b7e0af68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)