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 | ñù½ò® | 1111000111111001100011101011110111110010101011011000111010101110 | f1f98ebdf2ad8eae |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ñù??ò??® | 10001111101010111101000010001111101010111110001100111111001111111000111110101011110100100011111100111111100011111010001011101110 | 8fabd08fabe33f3f8fabd23f3f8fa2ee |
UTF-8 | ñù½ò® | 11000011101100011100001110111001110000101000111011000010101111011100001110110010110000101010110111000010100011101100001010101110 | c3b1c3b9c28ec2bdc3b2c2adc28ec2ae |
UHC | ???½??® | 0011111100111111001111111010100011110110001111111010000110101001001111111010001011100111 | 3f3f3fa8f63fa1a93fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)