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 | 00111111010110110100001001000110 | 3f5b4246 |
SJIS-WIN | 愛[BF | 1000100010100100010110110100001001000110 | 88a45b4246 |
EUC-JP | 愛[BF | 1011000010100110010110110100001001000110 | b0a65b4246 |
UTF-8 | 愛[BF | 111001101000010010011011010110110100001001000110 | e6849b5b4246 |
UHC | 愛[BF | 1110010011110001010110110100001001000110 | e4f15b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)