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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 盖疼齏BF | 1110000110110011111000010111010111101000111010110100001001000110 | e1b3e175e8eb4246 |
EUC-JP | 盖疼齏BF | 1110001010110101111000011101011011110000111011010100001001000110 | e2b5e1d6f0ed4246 |
UTF-8 | 盖疼齏BF | 1110011110011011100101101110011110010110101111001110100110111101100011110100001001000110 | e79b96e796bce9bd8f4246 |
UHC | 盖疼?BF | 11001011110011001101010011011001001111110100001001000110 | cbccd4d93f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)