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 | ????C | 0011111100111111001111110011111101000011 | 3f3f3f3f43 |
SJIS-WIN | 鋓ワ霄ェC | 11111011110101101101110011101000101110101010101001000011 | fbd6dce8baaa43 |
EUC-JP | 鋓ワ霄ェC | 10001111111001001011111110001110110111001111000010111100100011101010101001000011 | 8fe4bf8edcf0bc8eaa43 |
UTF-8 | 鋓ワ霄ェC | 11101001100010111001001111101111101111101001110011101001100111001000010011101111101111011010101001000011 | e98b93efbe9ce99c84efbdaa43 |
UHC | ????C | 0011111100111111001111110011111101000011 | 3f3f3f3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)