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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 達存達跣B | 100100100100001010010001101101101001001001000010111001101110111101000010 | 924291b69242e6ef42 |
EUC-JP | 達存達跣B | 110000111010001111000010101110001100001110100011111011001111000101000010 | c3a3c2b8c3a3ecf142 |
UTF-8 | 達存達跣B | 11101001100000011001010011100101101011011001100011101001100000011001010011101000101101111010001101000010 | e98194e5ad98e98194e8b7a342 |
UHC | 達存達跣B | 110100111011100111110000111011011101001110111001111000001101001101000010 | d3b9f0edd3b9e0d342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)