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 | çýçýB | 1110011111111101111001111111110101000010 | e7fde7fd42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | çýçýB | 10001111101010111010111010001111101010111111001010001111101010111010111010001111101010111111001001000010 | 8fabae8fabf28fabae8fabf242 |
UTF-8 | çýçýB | 110000111010011111000011101111011100001110100111110000111011110101000010 | c3a7c3bdc3a7c3bd42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)