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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 往?縟?縟泄 | 10001001100111010011111111100011011101000011111111100011011101001001111110010101 | 899d3fe3743fe3749f95 |
EUC-JP | 往?縟?縟泄 | 10110001111111010011111111100101110101010011111111100101110101011101110111110101 | b1fd3fe5d53fe5d5ddf5 |
UTF-8 | 往쉃縟뾸縟泄 | 111001011011111010000000111011001000100110000011111001111011100010011111111010111011111010111000111001111011100010011111111001101011001110000100 | e5be80ec8983e7b89febbeb8e7b89fe6b384 |
UHC | 往쉃縟뾸縟泄 | 111010001101100110011010010110001110100110110010100101110111101011101001101100101110000011011100 | e8d99a58e9b2977ae9b2e0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)