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? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | 劑???h劑 | 1001100110011101001111110011111100111111011010001001100110011101 | 999d3f3f3f68999d |
EUC-JP | 劑???h劑 | 1101000111111101001111110011111100111111011010001101000111111101 | d1fd3f3f3f68d1fd |
UTF-8 | 劑희렰렭h劑 | 11100101100010101001000111101101100111011010110011101011101000001011000011101011101000001010110101101000111001011000101010010001 | e58a91ed9daceba0b0eba0ad68e58a91 |
UHC | 劑희렰렭h劑 | 1111000010100101110010001111000110001110101111011000111010111010011010001111000010100101 | f0a5c8f18ebd8eba68f0a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)