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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 簧セシ簧セシ^ | 111000101100111010111110101111001110001011001110101111101011110001011110 | e2cebebce2cebebc5e |
EUC-JP | 簧セシ簧セシ^ | 11100100110100001000111010111110100011101011110011100100110100001000111010111110100011101011110001011110 | e4d08ebe8ebce4d08ebe8ebc5e |
UTF-8 | 簧セシ簧セシ^ | 11100111101100001010011111101111101111011011111011101111101111011011110011100111101100001010011111101111101111011011111011101111101111011011110001011110 | e7b0a7efbdbeefbdbce7b0a7efbdbeefbdbc5e |
UHC | 簧??簧??^ | 111111001101011100111111001111111111110011010111001111110011111101011110 | fcd73f3ffcd73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)