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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 算巍算巍^ | 100011100101101010011011110110011000111001011010100110111101100101011110 | 8e5a9bd98e5a9bd95e |
EUC-JP | 算巍算巍^ | 101110111011101111010110110110111011101110111011110101101101101101011110 | bbbbd6dbbbbbd6db5e |
UTF-8 | 算巍算巍^ | 11100111101011101001011111100101101101111000110111100111101011101001011111100101101101111000110101011110 | e7ae97e5b78de7ae97e5b78d5e |
UHC | 算巍算巍^ | 110111111010100111101000111001001101111110101001111010001110010001011110 | dfa9e8e4dfa9e8e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)