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 | F\GWAH | 10010010010001100101110010010010010001111001001001010111100100100100000101001000 | 92465c92479257924148 |
SJIS-WIN | ?F\?G?W?AH | 00111111010001100101110000111111010001110011111101010111001111110100000101001000 | 3f465c3f473f573f4148 |
EUC-JP | ?F\?G?W?AH | 00111111010001100101110000111111010001110011111101010111001111110100000101001000 | 3f465c3f473f573f4148 |
UTF-8 | F\GWAH | 1100001010010010010001100101110011000010100100100100011111000010100100100101011111000010100100100100000101001000 | c292465cc29247c29257c2924148 |
UHC | ?F\?G?W?AH | 00111111010001100101110000111111010001110011111101010111001111110100000101001000 | 3f465c3f473f573f4148 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)