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 | 已?婢^ | 100110111101111100111111100110110101100001011110 | 9bdf3f9b585e |
EUC-JP | 已?婢^ | 110101101110000100111111110101011011100101011110 | d6e13fd5b95e |
UTF-8 | 已고婢^ | 11100101101101111011001011101010101100111010000011100101101010011010001001011110 | e5b7b2eab3a0e5a9a25e |
UHC | 已고婢^ | 11101100101010111011000011101101110111011110011001011110 | ecabb0eddde65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)