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 | íþ½éà | 111011011111111010001110101111011110100111100000 | edfe8ebde9e0 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | íþ??éà | 1000111110101011101111111000111110101001110100000011111100111111100011111010101110110001100011111010101110100010 | 8fabbf8fa9d03f3f8fabb18faba2 |
UTF-8 | íþ½éà | 110000111010110111000011101111101100001010001110110000101011110111000011101010011100001110100000 | c3adc3bec28ec2bdc3a9c3a0 |
UHC | ?þ?½?? | 0011111110101001101011010011111110101000111101100011111100111111 | 3fa9ad3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)