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 | £¼}£¼{^ | 10100011101111000111110110100011101111000111101101011110 | a3bc7da3bc7b5e |
SJIS-WIN | £?}£?{^ | 100000011001001000111111011111011000000110010010001111110111101101011110 | 81923f7d81923f7b5e |
EUC-JP | £?}£?{^ | 101000011111001000111111011111011010000111110010001111110111101101011110 | a1f23f7da1f23f7b5e |
UTF-8 | £¼}£¼{^ | 1100001010100011110000101011110001111101110000101010001111000010101111000111101101011110 | c2a3c2bc7dc2a3c2bc7b5e |
UHC | ?¼}?¼{^ | 001111111010100011111001011111010011111110101000111110010111101101011110 | 3fa8f97d3fa8f97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)