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 | ûÖ¹U | 1111101111010110100011101011100101010101 | fbd68eb955 |
SJIS-WIN | ????U | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
EUC-JP | ûÖ??U | 100011111010101111100101100011111010101011010011001111110011111101010101 | 8fabe58faad33f3f55 |
UTF-8 | ûÖ¹U | 110000111011101111000011100101101100001010001110110000101011100101010101 | c3bbc396c28ec2b955 |
UHC | ???¹U | 001111110011111100111111101010011111011001010101 | 3f3f3fa9f655 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)