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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豐夥沫霑キ | 111001101011001010011010111011001001011010010111111010001011111110110111 | e6b29aec9697e8bfb7 |
EUC-JP | 豐夥沫霑キ | 11101100101101001101010011101110110010111111011111110000110000011000111010110111 | ecb4d4eecbf7f0c18eb7 |
UTF-8 | 豐夥沫霑キ | 111010001011000110010000111001011010010010100101111001101011001010101011111010011001110010010001111011111011110110110111 | e8b190e5a4a5e6b2abe99c91efbdb7 |
UHC | ??沫霑? | 00111111001111111101100011001000111011111100010100111111 | 3f3fd8c8efc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)