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 | àòâa | 11100000111100101110001001100001 | e0f2e261 |
SJIS-WIN | ???a | 00111111001111110011111101100001 | 3f3f3f61 |
EUC-JP | àòâa | 10001111101010111010001010001111101010111101001010001111101010111010010001100001 | 8faba28fabd28faba461 |
UTF-8 | àòâa | 11000011101000001100001110110010110000111010001001100001 | c3a0c3b2c3a261 |
UHC | ???a | 00111111001111110011111101100001 | 3f3f3f61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)