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 | æx[æx[^ | 1110011001111000100011111001101101011011111001100111100010001111100110110101101101011110 | e6788f9b5be6788f9b5b5e |
SJIS-WIN | ?x??[?x??[^ | 0011111101111000001111110011111101011011001111110111100000111111001111110101101101011110 | 3f783f3f5b3f783f3f5b5e |
EUC-JP | æx??[æx??[^ | 100011111010100111000001011110000011111100111111010110111000111110101001110000010111100000111111001111110101101101011110 | 8fa9c1783f3f5b8fa9c1783f3f5b5e |
UTF-8 | æx[æx[^ | 1100001110100110011110001100001010001111110000101001101101011011110000111010011001111000110000101000111111000010100110110101101101011110 | c3a678c28fc29b5bc3a678c28fc29b5b5e |
UHC | æx??[æx??[^ | 10101001101000010111100000111111001111110101101110101001101000010111100000111111001111110101101101011110 | a9a1783f3f5ba9a1783f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)