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 | 樗槃飛原屯 | 10010010100101001001111011001111100101001111001010001100101101001001001111010100 | 92949ecf94f28cb493d4 |
EUC-JP | 樗槃飛原屯 | 11000011111101001101110011010001110010001111010010111000101101101100011011010110 | c3f4dcd1c8f4b8b6c6d6 |
UTF-8 | 樗槃飛原屯 | 111001101010100010010111111001101010011110000011111010011010001110011011111001011000111010011111111001011011000110101111 | e6a897e6a783e9a39be58e9fe5b1af |
UHC | 樗槃飛原屯 | 11101110110000001101101011101001110111101010101111101010101010111101010011101010 | eec0dae9deabeaabd4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)