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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 煜?止?B | 11111011010101010011111110001110011111100011111101000010 | fb553f8e7e3f42 |
EUC-JP | 煜?止?B | 1000111111001001111111000011111110111011110111110011111101000010 | 8fc9fc3fbbdf3f42 |
UTF-8 | 煜렎止렣B | 11100111100001011001110011101011101000001000111011100110101011011010001011101011101000001010001101000010 | e7859ceba08ee6ada2eba0a342 |
UHC | 煜렎止렣B | 111010011111001010001110101001001111001010101101100011101011010001000010 | e9f28ea4f2ad8eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)