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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銹ゎч | 111001111111011010000010111011001000010010001001 | e7f682ec8489 |
EUC-JP | 銹ゎч | 111011101111100010100100111011101010011111101001 | eef8a4eea7e9 |
UTF-8 | 銹ゎч | 1110100110001010101110011110001110000010100011101101000110000111 | e98ab9e3828ed187 |
UHC | 銹ゎч | 111000101100100010101010111011101010110011101001 | e2c8aaeeace9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)