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 | ³Ùðð | 100011101011001110001110110110011111000011110000 | 8eb38ed9f0f0 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???Ùðð | 001111110011111100111111100011111010101011100011100011111010100111000011100011111010100111000011 | 3f3f3f8faae38fa9c38fa9c3 |
UTF-8 | ³Ùðð | 110000101000111011000010101100111100001010001110110000111001100111000011101100001100001110110000 | c28ec2b3c28ec399c3b0c3b0 |
UHC | ?³??ðð | 001111111010100111111000001111110011111110101001101000111010100110100011 | 3fa9f83f3fa9a3a9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)