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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銹ゎч | 1110011111110110100000101110110010000100100010011111100111111011 | e7f682ec8489f9fb |
EUC-JP | 銹ゎч? | 11101110111110001010010011101110101001111110100100111111 | eef8a4eea7e93f |
UTF-8 | 銹ゎч | 1110100110001010101110011110001110000010100011101101000110000111111011101001110110010110 | e98ab9e3828ed187ee9d96 |
UHC | 銹ゎч? | 11100010110010001010101011101110101011001110100100111111 | e2c8aaeeace93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)