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 | µÂê±Ç | 1000111010110101100011101100001011101010101100011000111111000111 | 8eb58ec2eab18fc7 |
SJIS-WIN | ?????±?? | 001111110011111100111111001111110011111110000001011111010011111100111111 | 3f3f3f3f3f817d3f3f |
EUC-JP | ???Âê±?Ç | 001111110011111100111111100011111010101010100100100011111010101110110100101000011101111000111111100011111010101010101110 | 3f3f3f8faaa48fabb4a1de3f8faaae |
UTF-8 | µÂê±Ç | 11000010100011101100001010110101110000101000111011000011100000101100001110101010110000101011000111000010100011111100001110000111 | c28ec2b5c28ec382c3aac2b1c28fc387 |
UHC | ?????±?? | 001111110011111100111111001111110011111110100001101111100011111100111111 | 3f3f3f3f3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)