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 | ££¤^ | 100100101010001110010111100111001001001010100011100111001010010001011110 | 92a3979c92a39ca45e |
SJIS-WIN | ?£???£??^ | 0011111110000001100100100011111100111111001111111000000110010010001111110011111101011110 | 3f81923f3f3f81923f3f5e |
EUC-JP | ?£???£?¤^ | 00111111101000011111001000111111001111110011111110100001111100100011111110001111101000101111000001011110 | 3fa1f23f3f3fa1f23f8fa2f05e |
UTF-8 | ££¤^ | 1100001010010010110000101010001111000010100101111100001010011100110000101001001011000010101000111100001010011100110000101010010001011110 | c292c2a3c297c29cc292c2a3c29cc2a45e |
UHC | ???????¤^ | 00111111001111110011111100111111001111110011111100111111101000101011010001011110 | 3f3f3f3f3f3f3fa2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)