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 | ñàÊñ½± | 1111000111100000110010101111000110001110101111011000111010110001 | f1e0caf18ebd8eb1 |
SJIS-WIN | ???????± | 001111110011111100111111001111110011111100111111001111111000000101111101 | 3f3f3f3f3f3f3f817d |
EUC-JP | ñàÊñ???± | 1000111110101011110100001000111110101011101000101000111110101010101101001000111110101011110100000011111100111111001111111010000111011110 | 8fabd08faba28faab48fabd03f3f3fa1de |
UTF-8 | ñàÊñ½± | 11000011101100011100001110100000110000111000101011000011101100011100001010001110110000101011110111000010100011101100001010110001 | c3b1c3a0c38ac3b1c28ec2bdc28ec2b1 |
UHC | ?????½?± | 00111111001111110011111100111111001111111010100011110110001111111010000110111110 | 3f3f3f3f3fa8f63fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)