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 | ä~ | 110000111010010001111110110000101000101011000010 | c3a47ec28ac2 |
SJIS-WIN | ??~??? | 001111110011111101111110001111110011111100111111 | 3f3f7e3f3f3f |
EUC-JP | ä~� | 1000111110101010101010101000111110100010111100000111111010001111101010101010010000111111100011111010101010100100 | 8faaaa8fa2f07e8faaa43f8faaa4 |
UTF-8 | ä~ | 1100001110000011110000101010010001111110110000111000001011000010100010101100001110000010 | c383c2a47ec382c28ac382 |
UHC | ?¤~??? | 00111111101000101011010001111110001111110011111100111111 | 3fa2b47e3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)