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 | 11101001100010011001101111101011100101001010011001000010 | e9899beb94a642 |
EUC-JP | 驩幎幡B | 11110001111010011101011011101101110010001010100001000010 | f1e9d6edc8a842 |
UTF-8 | 驩幎幡B | 11101001101010011010100111100101101110011000111011100101101110011010000101000010 | e9a9a9e5b98ee5b9a142 |
UHC | 驩?幡B | 111111001011111000111111110110111101111101000010 | fcbe3fdbdf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)