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 | ñð¥\ | 1111000111110000100011101010010101011100 | f1f08ea55c |
SJIS-WIN | ???¥\ | 001111110011111100111111100000011000111101011100 | 3f3f3f818f5c |
EUC-JP | ñð??\ | 100011111010101111010000100011111010100111000011001111110011111101011100 | 8fabd08fa9c33f3f5c |
UTF-8 | ñð¥\ | 110000111011000111000011101100001100001010001110110000101010010101011100 | c3b1c3b0c28ec2a55c |
UHC | ?ð??\ | 001111111010100110100011001111110011111101011100 | 3fa9a33f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)