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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陂ゎч增オ | 111010001001100010000010111011001000010010001001111110101001110110110101 | e89882ec8489fa9db5 |
EUC-JP | 陂ゎч?オ | 111011111111100010100100111011101010011111101001001111111000111010110101 | eff8a4eea7e93f8eb5 |
UTF-8 | 陂ゎч增オ | 1110100110011001100000101110001110000010100011101101000110000111111001011010001010011110111011111011110110110101 | e99982e3828ed187e5a29eefbdb5 |
UHC | 陂ゎч增? | 111110011010111010101010111011101010110011101001111100011111001000111111 | f9aeaaeeace9f1f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)