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 | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 孩模BF | 100110110111011110010110110011010100001001000110 | 9b7796cd4246 |
EUC-JP | 孩模BF | 110101011101100011001100110011110100001001000110 | d5d8cccf4246 |
UTF-8 | 孩模BF | 1110010110101101101010011110011010101000101000010100001001000110 | e5ada9e6a8a14246 |
UHC | 孩模BF | 111110101010100111011001101111000100001001000110 | faa9d9bc4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)