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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 飮η?B | 100111110101101010000011110001010011111101000010 | 9f5a83c53f42 |
EUC-JP | 飮η?B | 110111011011101110100110110001110011111101000010 | ddbba6c73f42 |
UTF-8 | 飮η윯B | 111010011010001110101110110011101011011111101100100111001010111101000010 | e9a3aeceb7ec9caf42 |
UHC | 飮η윯B | 11101011111001101010010111100111100111111010111001000010 | ebe6a5e79fae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)