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 | ã±^ | 111000111011000110000010100011001000101001011110 | e3b1828c8a5e |
SJIS-WIN | ?±???^ | 00111111100000010111110100111111001111110011111101011110 | 3f817d3f3f3f5e |
EUC-JP | ã±???^ | 100011111010101110101010101000011101111000111111001111110011111101011110 | 8fabaaa1de3f3f3f5e |
UTF-8 | ã±^ | 1100001110100011110000101011000111000010100000101100001010001100110000101000101001011110 | c3a3c2b1c282c28cc28a5e |
UHC | ?±???^ | 00111111101000011011111000111111001111110011111101011110 | 3fa1be3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)