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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 夭絅?B | 100110101110111011100011010001000011111101000010 | 9aeee3443f42 |
EUC-JP | 夭絅?B | 110101001111000011100101101001010011111101000010 | d4f0e5a53f42 |
UTF-8 | 夭絅륌B | 11100101101001001010110111100111101101011000010111101011101001011000110001000010 | e5a4ade7b585eba58c42 |
UHC | 夭絅륌B | 11101000111011001100110011100111101101111111011001000010 | e8eccce7b7f642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)