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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 跋ク逞僉h | 1110011011101011101110001110011110010111100110010100000001101000 | e6ebb8e797994068 |
EUC-JP | 跋ク逞僉h | 111011001110110110001110101110001110110111110111110100011010000101101000 | eced8eb8edf7d1a168 |
UTF-8 | 跋ク逞僉h | 11101000101101111000101111101111101111011011100011101001100000001001111011100101100000111000100101101000 | e8b78befbdb8e9809ee5838968 |
UHC | 跋?逞僉h | 1101101110100010001111111101011011000001111101001101001001101000 | dba23fd6c1f4d268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)