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 | çáõ^ | 1001111111100111111000011111010101011110 | 9fe7e1f55e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?çáõ^ | 0011111110001111101010111010111010001111101010111010000110001111101010111101100001011110 | 3f8fabae8faba18fabd85e |
UTF-8 | çáõ^ | 110000101001111111000011101001111100001110100001110000111011010101011110 | c29fc3a7c3a1c3b55e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)