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 | 繕湧繕湧^ | 100100010101010110010111010011101001000101010101100101110100111001011110 | 9155974e9155974e5e |
EUC-JP | 繕湧繕湧^ | 110000011011011011001101101011111100000110110110110011011010111101011110 | c1b6cdafc1b6cdaf5e |
UTF-8 | 繕湧繕湧^ | 11100111101110011001010111100110101110011010011111100111101110011001010111100110101110011010011101011110 | e7b995e6b9a7e7b995e6b9a75e |
UHC | 繕湧繕湧^ | 111000001100101111101001110000001110000011001011111010011100000001011110 | e0cbe9c0e0cbe9c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)