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 | ç~ | 110000111010011101111110110000101000001011000010 | c3a77ec282c2 |
SJIS-WIN | ?§~??? | 00111111100000011001100001111110001111110011111100111111 | 3f81987e3f3f3f |
EUC-JP | ç~� | 10001111101010101010101010100001111110000111111010001111101010101010010000111111100011111010101010100100 | 8faaaaa1f87e8faaa43f8faaa4 |
UTF-8 | ç~ | 1100001110000011110000101010011101111110110000111000001011000010100000101100001110000010 | c383c2a77ec382c282c382 |
UHC | ?§~??? | 00111111101000011101011101111110001111110011111100111111 | 3fa1d77e3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)