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 | 樗??齬瓏婢 | 10010010100101000011111100111111111010101001011111100000111110101001101101011000 | 92943f3fea97e0fa9b58 |
EUC-JP | 樗??齬瓏婢 | 11000011111101000011111100111111111100111111011111100000111111001101010110111001 | c3f43f3ff3f7e0fcd5b9 |
UTF-8 | 樗곌짊齬瓏婢 | 111001101010100010010111111010101011001110001100111011001010011110001010111010011011110110101100111001111001001110001111111001011010100110100010 | e6a897eab38ceca78ae9bdace7938fe5a9a2 |
UHC | 樗곌짊齬瓏婢 | 111011101100000010110000111010101100000111111011111001011110000111010110111010101101110111100110 | eec0b0eac1fbe5e1d6eadde6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)