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 | FEGW | 10010010010001101001001001000101100100100100011101010111 | 92469245924757 |
SJIS-WIN | ?F?E?GW | 00111111010001100011111101000101001111110100011101010111 | 3f463f453f4757 |
EUC-JP | ?F?E?GW | 00111111010001100011111101000101001111110100011101010111 | 3f463f453f4757 |
UTF-8 | FEGW | 11000010100100100100011011000010100100100100010111000010100100100100011101010111 | c29246c29245c2924757 |
UHC | ?F?E?GW | 00111111010001100011111101000101001111110100011101010111 | 3f463f453f4757 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)