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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 驍るァ | 1110100110000010100000101110100110100111 | e98282e9a7 |
EUC-JP | 驍るァ | 111100011110001010100100111010111000111010100111 | f1e2a4eb8ea7 |
UTF-8 | 驍るァ | 111010011010100110001101111000111000001010001011111011111011110110100111 | e9a98de3828befbda7 |
UHC | 驍る? | 1111110110100100101010101110101100111111 | fda4aaeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)