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 | 1110001111000111111001010100010001101000 | e3c7e54468 |
EUC-JP | 翩薀h | 1110011011001001111010011010010101101000 | e6c9e9a568 |
UTF-8 | 翩薀h | 11100111101111111010100111101000100101101000000001101000 | e7bfa9e8968068 |
UHC | 翩?h | 11111000101110110011111101101000 | f8bb3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)