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 | 驩幎麦 | 111010011000100110011011111010111001010010011110 | e9899beb949e |
EUC-JP | 驩幎麦 | 111100011110100111010110111011011100011111111110 | f1e9d6edc7fe |
UTF-8 | 驩幎麦 | 111010011010100110101001111001011011100110001110111010011011101010100110 | e9a9a9e5b98ee9baa6 |
UHC | 驩?? | 11111100101111100011111100111111 | fcbe3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)