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 | 100101000101011010010111101100000100001001000110 | 945697b04246 |
EUC-JP | 之硫BF | 110001111011011111001110101100100100001001000110 | c7b7ceb24246 |
UTF-8 | 之硫BF | 1110010010111001100010111110011110100001101010110100001001000110 | e4b98be7a1ab4246 |
UHC | 之硫BF | 111100011111110111010111101111000100001001000110 | f1fdd7bc4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)