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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 謫呈ュ・^ | 11100110100100111001001011100110101011011010010101011110 | e69392e6ada55e |
EUC-JP | 謫呈ュ・^ | 111010111111001111000100111010001000111010101101100011101010010101011110 | ebf3c4e88ead8ea55e |
UTF-8 | 謫呈ュ・^ | 11101000101011001010101111100101100100011000100011101111101111011010110111101111101111011010010101011110 | e8acabe59188efbdadefbda55e |
UHC | 謫呈??^ | 11101110111000111110111111010000001111110011111101011110 | eee3efd03f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)