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 | êGâe | 11101010010001111110001001100101 | ea47e265 |
SJIS-WIN | ?G?e | 00111111010001110011111101100101 | 3f473f65 |
EUC-JP | êGâe | 1000111110101011101101000100011110001111101010111010010001100101 | 8fabb4478faba465 |
UTF-8 | êGâe | 110000111010101001000111110000111010001001100101 | c3aa47c3a265 |
UHC | ?G?e | 00111111010001110011111101100101 | 3f473f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)