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 | ò¢½ïà | 111100101010001010001110101111011110111111100000 | f2a28ebdefe0 |
SJIS-WIN | ?¢???? | 00111111100000011001000100111111001111110011111100111111 | 3f81913f3f3f3f |
EUC-JP | ò¢??ïà | 10001111101010111101001010100001111100010011111100111111100011111010101111000001100011111010101110100010 | 8fabd2a1f13f3f8fabc18faba2 |
UTF-8 | ò¢½ïà | 110000111011001011000010101000101100001010001110110000101011110111000011101011111100001110100000 | c3b2c2a2c28ec2bdc3afc3a0 |
UHC | ???½?? | 00111111001111110011111110101000111101100011111100111111 | 3f3f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)