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 | 1000111110101010111000101111101101101000 | 8faae2fb68 |
EUC-JP | 宵糺h | 1011111010101100111001001111110101101000 | beace4fd68 |
UTF-8 | 宵糺h | 11100101101011101011010111100111101100111011101001101000 | e5aeb5e7b3ba68 |
UHC | 宵?h | 11100001101100100011111101101000 | e1b23f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)