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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 胱F | 1110001111110111111100111011001101000110 | e3f7f3b346 |
EUC-JP | 胱?F | 11100110111110010011111101000110 | e6f93f46 |
UTF-8 | 胱F | 11101000100000111011000111101110100010101010011001000110 | e883b1ee8aa646 |
UHC | 胱?F | 11001110110011010011111101000110 | cecd3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)