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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 姙頭磨^ | 10011011010010111001001110101010100101101000000101011110 | 9b4b93aa96815e |
EUC-JP | 姙頭磨^ | 11010101101011001100011010101100110010111110000101011110 | d5acc6accbe15e |
UTF-8 | 姙頭磨^ | 11100101101001111001100111101001101000001010110111100111101000111010100001011110 | e5a799e9a0ade7a3a85e |
UHC | 姙頭磨^ | 11101100111101011101010011101001110110001010100001011110 | ecf5d4e9d8a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)