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 | ò° | 111011101010111010001110101100111111001010110000 | eeae8eb3f2b0 |
SJIS-WIN | ?????° | 00111111001111110011111100111111001111111000000110001011 | 3f3f3f3f3f818b |
EUC-JP | î®??ò° | 10001111101010111100001010001111101000101110111000111111001111111000111110101011110100101010000111101011 | 8fabc28fa2ee3f3f8fabd2a1eb |
UTF-8 | ò° | 110000111010111011000010101011101100001010001110110000101011001111000011101100101100001010110000 | c3aec2aec28ec2b3c3b2c2b0 |
UHC | ?®?³?° | 001111111010001011100111001111111010100111111000001111111010000111000110 | 3fa2e73fa9f83fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)