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éó | 11101010010001111110100111110011 | ea47e9f3 |
SJIS-WIN | ?G?? | 00111111010001110011111100111111 | 3f473f3f |
EUC-JP | êGéó | 10001111101010111011010001000111100011111010101110110001100011111010101111010001 | 8fabb4478fabb18fabd1 |
UTF-8 | êGéó | 11000011101010100100011111000011101010011100001110110011 | c3aa47c3a9c3b3 |
UHC | ?G?? | 00111111010001110011111100111111 | 3f473f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)