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 | ±è³ç¿ | 100011101011000111101000101100111110011110111111 | 8eb1e8b3e7bf |
SJIS-WIN | ?±???? | 00111111100000010111110100111111001111110011111100111111 | 3f817d3f3f3f3f |
EUC-JP | ?±è?ç¿ | 00111111101000011101111010001111101010111011001000111111100011111010101110101110100011111010001011000100 | 3fa1de8fabb23f8fabae8fa2c4 |
UTF-8 | ±è³ç¿ | 110000101000111011000010101100011100001110101000110000101011001111000011101001111100001010111111 | c28ec2b1c3a8c2b3c3a7c2bf |
UHC | ?±?³?¿ | 001111111010000110111110001111111010100111111000001111111010001010101111 | 3fa1be3fa9f83fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)