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 | òùÕ¬° | 1111001011111001100011101101010110001110101011001000111010110000 | f2f98ed58eac8eb0 |
SJIS-WIN | ?????¬?° | 00111111001111110011111100111111001111111000000111001010001111111000000110001011 | 3f3f3f3f3f81ca3f818b |
EUC-JP | òù?Õ?¬?° | 10001111101010111101001010001111101010111110001100111111100011111010101011011000001111111010001011001100001111111010000111101011 | 8fabd28fabe33f8faad83fa2cc3fa1eb |
UTF-8 | òùÕ¬° | 11000011101100101100001110111001110000101000111011000011100101011100001010001110110000101010110011000010100011101100001010110000 | c3b2c3b9c28ec395c28ec2acc28ec2b0 |
UHC | ???????° | 001111110011111100111111001111110011111100111111001111111010000111000110 | 3f3f3f3f3f3f3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)