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é | 11101010010001111110100110011000 | ea47e998 |
SJIS-WIN | ?G?? | 00111111010001110011111100111111 | 3f473f3f |
EUC-JP | êGé? | 1000111110101011101101000100011110001111101010111011000100111111 | 8fabb4478fabb13f |
UTF-8 | êGé | 11000011101010100100011111000011101010011100001010011000 | c3aa47c3a9c298 |
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)