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 | íü·î® | 111011011111110010001110101101111110111010101110 | edfc8eb7eeae |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | íü??î® | 1000111110101011101111111000111110101011111001000011111100111111100011111010101111000010100011111010001011101110 | 8fabbf8fabe43f3f8fabc28fa2ee |
UTF-8 | íü·î® | 110000111010110111000011101111001100001010001110110000101011011111000011101011101100001010101110 | c3adc3bcc28ec2b7c3aec2ae |
UHC | ???·?® | 0011111100111111001111111010000110100100001111111010001011100111 | 3f3f3fa1a43fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)