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 | áõç\ | 1110000111110101100111111110011101011100 | e1f59fe75c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | áõ?ç\ | 1000111110101011101000011000111110101011110110000011111110001111101010111010111001011100 | 8faba18fabd83f8fabae5c |
UTF-8 | áõç\ | 110000111010000111000011101101011100001010011111110000111010011101011100 | c3a1c3b5c29fc3a75c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)