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 | ñýºH | 1111000111111101100011101011101001001000 | f1fd8eba48 |
SJIS-WIN | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
EUC-JP | ñý?ºH | 1000111110101011110100001000111110101011111100100011111110001111101000101110101101001000 | 8fabd08fabf23f8fa2eb48 |
UTF-8 | ñýºH | 110000111011000111000011101111011100001010001110110000101011101001001000 | c3b1c3bdc28ec2ba48 |
UHC | ???ºH | 001111110011111100111111101010001010110001001000 | 3f3f3fa8ac48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)