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 | ëü²í°¥ | 1110101111111100101100101110110110001110101100001000111010100101 | ebfcb2ed8eb08ea5 |
SJIS-WIN | ?????°?¥ | 00111111001111110011111100111111001111111000000110001011001111111000000110001111 | 3f3f3f3f3f818b3f818f |
EUC-JP | ëü?í?°?? | 100011111010101110110011100011111010101111100100001111111000111110101011101111110011111110100001111010110011111100111111 | 8fabb38fabe43f8fabbf3fa1eb3f3f |
UTF-8 | ëü²í°¥ | 11000011101010111100001110111100110000101011001011000011101011011100001010001110110000101011000011000010100011101100001010100101 | c3abc3bcc2b2c3adc28ec2b0c28ec2a5 |
UHC | ??²??°?? | 00111111001111111010100111110111001111110011111110100001110001100011111100111111 | 3f3fa9f73f3fa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)