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 | 裃√Ξ粮州 | 11100101110111111000000111100011100000111010110011100010111011001000111101000010 | e5df81e383ace2ec8f42 |
EUC-JP | 裃√Ξ粮州 | 11101010111000011010001011100101101001101010111011100100111011101011110110100011 | eae1a2e5a6aee4eebda3 |
UTF-8 | 裃√Ξ粮州 | 1110100010100011100000111110001010001000100110101100111010011110111001111011001010101110111001011011011110011110 | e8a383e2889ace9ee7b2aee5b79e |
UHC | ?√Ξ粮州 | 001111111010000111101110101001011100111011010101110110111111000110110110 | 3fa1eea5ced5dbf1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)