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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鬮ッ繧句サカB | 11101001101010111010111111100011100000101000101111100101101110111011011001000010 | e9abafe3828be5bbb642 |
EUC-JP | 鬮ッ繧句サカB | 11110010101011011000111010101111111001011110001010110110111001111000111010111011100011101011011001000010 | f2ad8eafe5e2b6e78ebb8eb642 |
UTF-8 | 鬮ッ繧句サカB | 11101001101011001010111011101111101111011010111111100111101110011010011111100101100011111010010111101111101111011011101111101111101111011011011001000010 | e9acaeefbdafe7b9a7e58fa5efbdbbefbdb642 |
UHC | ???句??B | 0011111100111111001111111100111110100011001111110011111101000010 | 3f3f3fcfa33f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)