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 | ç±¾^ | 11000011101001111100001010110001110000101011111001011110 | c3a7c2b1c2be5e |
SJIS-WIN | ?§?±??^ | 001111111000000110011000001111111000000101111101001111110011111101011110 | 3f81983f817d3f3f5e |
EUC-JP | �^ | 100011111010101010101010101000011111100010001111101010101010010010100001110111101000111110101010101001000011111101011110 | 8faaaaa1f88faaa4a1de8faaa43f5e |
UTF-8 | ç±¾^ | 11000011100000111100001010100111110000111000001011000010101100011100001110000010110000101011111001011110 | c383c2a7c382c2b1c382c2be5e |
UHC | ?§?±?¾^ | 00111111101000011101011100111111101000011011111000111111101010001111101001011110 | 3fa1d73fa1be3fa8fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)