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 | û¡±û½ | 1111101110100001100011101011000111111011101111011000111010101101 | fba18eb1fbbd8ead |
SJIS-WIN | ???±???? | 001111110011111100111111100000010111110100111111001111110011111100111111 | 3f3f3f817d3f3f3f3f |
EUC-JP | û¡?±û??? | 100011111010101111100101100011111010001011000010001111111010000111011110100011111010101111100101001111110011111100111111 | 8fabe58fa2c23fa1de8fabe53f3f3f |
UTF-8 | û¡±û½ | 11000011101110111100001010100001110000101000111011000010101100011100001110111011110000101011110111000010100011101100001010101101 | c3bbc2a1c28ec2b1c3bbc2bdc28ec2ad |
UHC | ?¡?±?½? | 001111111010001010101110001111111010000110111110001111111010100011110110001111111010000110101001 | 3fa2ae3fa1be3fa8f63fa1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)