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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薰、豎殖 | 11111011100111101010010011100110101100011001000001000010 | fb9ea4e6b19042 |
EUC-JP | ?、豎殖 | 00111111100011101010010011101100101100111011111110100011 | 3f8ea4ecb3bfa3 |
UTF-8 | 薰、豎殖 | 111010001001011010110000111011111011110110100100111010001011000110001110111001101010111010010110 | e896b0efbda4e8b18ee6ae96 |
UHC | 薰??殖 | 111111011011100100111111001111111110001111010110 | fdb93f3fe3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)