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 | 100110110111011111101001101011000100001001000110 | 9b77e9ac4246 |
EUC-JP | 孩鬯BF | 110101011101100011110010101011100100001001000110 | d5d8f2ae4246 |
UTF-8 | 孩鬯BF | 1110010110101101101010011110100110101100101011110100001001000110 | e5ada9e9acaf4246 |
UHC | 孩?BF | 1111101010101001001111110100001001000110 | faa93f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)