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æ~ | 11101010010001111110011001111110 | ea47e67e |
SJIS-WIN | ?G?~ | 00111111010001110011111101111110 | 3f473f7e |
EUC-JP | êGæ~ | 1000111110101011101101000100011110001111101010011100000101111110 | 8fabb4478fa9c17e |
UTF-8 | êGæ~ | 110000111010101001000111110000111010011001111110 | c3aa47c3a67e |
UHC | ?Gæ~ | 0011111101000111101010011010000101111110 | 3f47a9a17e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)