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 | ±Â¼¤^ | 1011000111000010101111001010010001011110 | b1c2bca45e |
SJIS-WIN | ±???^ | 100000010111110100111111001111110011111101011110 | 817d3f3f3f5e |
EUC-JP | ±Â?¤^ | 10100001110111101000111110101010101001000011111110001111101000101111000001011110 | a1de8faaa43f8fa2f05e |
UTF-8 | ±Â¼¤^ | 110000101011000111000011100000101100001010111100110000101010010001011110 | c2b1c382c2bcc2a45e |
UHC | ±?¼¤^ | 1010000110111110001111111010100011111001101000101011010001011110 | a1be3fa8f9a2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)