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 | ç~ | 11000011101001110111111011000010100000111100001010000101 | c3a77ec283c285 |
SJIS-WIN | ?§~???? | 0011111110000001100110000111111000111111001111110011111100111111 | 3f81987e3f3f3f3f |
EUC-JP | ç~�� | 1000111110101010101010101010000111111000011111101000111110101010101001000011111110001111101010101010010000111111 | 8faaaaa1f87e8faaa43f8faaa43f |
UTF-8 | ç~ | 11000011100000111100001010100111011111101100001110000010110000101000001111000011100000101100001010000101 | c383c2a77ec382c283c382c285 |
UHC | ?§~???? | 0011111110100001110101110111111000111111001111110011111100111111 | 3fa1d77e3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)