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 | íü© | 1110111010110010100011101010101111101101111111001000111010101001 | eeb28eabedfc8ea9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | î???íü?© | 10001111101010111100001000111111001111110011111110001111101010111011111110001111101010111110010000111111100011111010001011101101 | 8fabc23f3f3f8fabbf8fabe43f8fa2ed |
UTF-8 | íü© | 11000011101011101100001010110010110000101000111011000010101010111100001110101101110000111011110011000010100011101100001010101001 | c3aec2b2c28ec2abc3adc3bcc28ec2a9 |
UHC | ?²?????? | 001111111010100111110111001111110011111100111111001111110011111100111111 | 3fa9f73f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)