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æ | 111010100100011111100110 | ea47e6 |
SJIS-WIN | ?G? | 001111110100011100111111 | 3f473f |
EUC-JP | êGæ | 10001111101010111011010001000111100011111010100111000001 | 8fabb4478fa9c1 |
UTF-8 | êGæ | 1100001110101010010001111100001110100110 | c3aa47c3a6 |
UHC | ?Gæ | 00111111010001111010100110100001 | 3f47a9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)