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 | £¿}£¿{^ | 10100011101111110111110110100011101111110111101101011110 | a3bf7da3bf7b5e |
SJIS-WIN | £?}£?{^ | 100000011001001000111111011111011000000110010010001111110111101101011110 | 81923f7d81923f7b5e |
EUC-JP | £¿}£¿{^ | 10100001111100101000111110100010110001000111110110100001111100101000111110100010110001000111101101011110 | a1f28fa2c47da1f28fa2c47b5e |
UTF-8 | £¿}£¿{^ | 1100001010100011110000101011111101111101110000101010001111000010101111110111101101011110 | c2a3c2bf7dc2a3c2bf7b5e |
UHC | ?¿}?¿{^ | 001111111010001010101111011111010011111110100010101011110111101101011110 | 3fa2af7d3fa2af7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)