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 | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-WIN | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
EUC-JP | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
UTF-8 | 練묊걨[練묊걨[^ | 111011111010011010010110111010111010110010001010111010101011000110101000010110111110111110100110100101101110101110101100100010101110101010110001101010000101101101011110 | efa696ebac8aeab1a85befa696ebac8aeab1a85b5e |
UHC | 練묊걨[練묊걨[^ | 111001101101111110010001111001111000000110010001010110111110011011011111100100011110011110000001100100010101101101011110 | e6df91e781915be6df91e781915b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)