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 | ï¦^ï¦^ | 1110111110100110100010110101111011101111101001101000101101011110 | efa68b5eefa68b5e |
SJIS-WIN | ???^???^ | 0011111100111111001111110101111000111111001111110011111101011110 | 3f3f3f5e3f3f3f5e |
EUC-JP | �^�^ | 10001111101010111100000110001111101000101100001100111111010111101000111110101011110000011000111110100010110000110011111101011110 | 8fabc18fa2c33f5e8fabc18fa2c33f5e |
UTF-8 | ï¦^ï¦^ | 1100001110101111110000101010011011000010100010110101111011000011101011111100001010100110110000101000101101011110 | c3afc2a6c28b5ec3afc2a6c28b5e |
UHC | ???^???^ | 0011111100111111001111110101111000111111001111110011111101011110 | 3f3f3f5e3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)