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 | ëü²í¹µ | 1110101111111100101100101110110110001110101110011000111010110101 | ebfcb2ed8eb98eb5 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ëü?í???? | 1000111110101011101100111000111110101011111001000011111110001111101010111011111100111111001111110011111100111111 | 8fabb38fabe43f8fabbf3f3f3f3f |
UTF-8 | ëü²í¹µ | 11000011101010111100001110111100110000101011001011000011101011011100001010001110110000101011100111000010100011101100001010110101 | c3abc3bcc2b2c3adc28ec2b9c28ec2b5 |
UHC | ??²??¹?? | 00111111001111111010100111110111001111110011111110101001111101100011111100111111 | 3f3fa9f73f3fa9f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)