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 | ??@h | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 岺質@h | 111110101010110110001110101111110100000001101000 | faad8ebf4068 |
EUC-JP | 岺質@h | 10001111101110111011100010111100110000010100000001101000 | 8fbbb8bcc14068 |
UTF-8 | 岺質@h | 1110010110110010101110101110100010110011101010100100000001101000 | e5b2bae8b3aa4068 |
UHC | 岺質@h | 110101101011100111110010111101010100000001101000 | d6b9f2f54068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)