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 | 剪?藏?戰 | 1001100110010010001111111110010101010101001111111001110101000100 | 99923fe5553f9d44 |
EUC-JP | 剪?藏?戰 | 1101000111110010001111111110100110110110001111111101100110100101 | d1f23fe9b63fd9a5 |
UTF-8 | 剪렫藏렭戰 | 111001011000100110101010111010111010000010101011111010001001011110001111111010111010000010101101111001101000100010110000 | e589aaeba0abe8978feba0ade688b0 |
UHC | 剪렫藏렭戰 | 11101110111100101000111010111001111011011111101010001110101110101110111011111010 | eef28eb9edfa8ebaeefa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)