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 | 101111001011011011100110110111011011110010110110111001101101110101000010 | bcb6e6ddbcb6e6dd42 |
EUC-JP | シカ赧シカ赧B | 10001110101111001000111010110110111011001101111110001110101111001000111010110110111011001101111101000010 | 8ebc8eb6ecdf8ebc8eb6ecdf42 |
UTF-8 | シカ赧シカ赧B | 11101111101111011011110011101111101111011011011011101000101101011010011111101111101111011011110011101111101111011011011011101000101101011010011101000010 | efbdbcefbdb6e8b5a7efbdbcefbdb6e8b5a742 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)