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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 冶⑤?h冶 | 1001011011101000100001110100010000111111011010001001011011101000 | 96e887443f6896e8 |
EUC-JP | 冶??h冶 | 11001100111010100011111100111111011010001100110011101010 | ccea3f3f68ccea |
UTF-8 | 冶⑤젉h冶 | 11100101100001101011011011100010100100011010010011101100101000001000100101101000111001011000011010110110 | e586b6e291a4eca08968e586b6 |
UHC | 冶⑤젉h冶 | 111001011010011110101000111010111010000010001011011010001110010110100111 | e5a7a8eba08b68e5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)