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 | éòõç\ | 1110100111110010111101011110011101011100 | e9f2f5e75c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | éòõç\ | 10001111101010111011000110001111101010111101001010001111101010111101100010001111101010111010111001011100 | 8fabb18fabd28fabd88fabae5c |
UTF-8 | éòõç\ | 110000111010100111000011101100101100001110110101110000111010011101011100 | c3a9c3b2c3b5c3a75c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)