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 | ïîµíï¥^ | 111011111110111010001110101101011110110111101111100011101010010101011110 | efee8eb5edef8ea55e |
SJIS-WIN | ???????¥^ | 00111111001111110011111100111111001111110011111100111111100000011000111101011110 | 3f3f3f3f3f3f3f818f5e |
EUC-JP | ïî??íï??^ | 1000111110101011110000011000111110101011110000100011111100111111100011111010101110111111100011111010101111000001001111110011111101011110 | 8fabc18fabc23f3f8fabbf8fabc13f3f5e |
UTF-8 | ïîµíï¥^ | 1100001110101111110000111010111011000010100011101100001010110101110000111010110111000011101011111100001010001110110000101010010101011110 | c3afc3aec28ec2b5c3adc3afc28ec2a55e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)