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 |  | 1110111010101110100011101011001111101110101010111000111010100010 | eeae8eb3eeab8ea2 |
SJIS-WIN | ???????¢ | 001111110011111100111111001111110011111100111111001111111000000110010001 | 3f3f3f3f3f3f3f8191 |
EUC-JP | î®??î??¢ | 100011111010101111000010100011111010001011101110001111110011111110001111101010111100001000111111001111111010000111110001 | 8fabc28fa2ee3f3f8fabc23f3fa1f1 |
UTF-8 |  | 11000011101011101100001010101110110000101000111011000010101100111100001110101110110000101010101111000010100011101100001010100010 | c3aec2aec28ec2b3c3aec2abc28ec2a2 |
UHC | ?®?³???? | 00111111101000101110011100111111101010011111100000111111001111110011111100111111 | 3fa2e73fa9f83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)