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 | ?\n}?\n{^ | 001111110101110001101110011111010011111101011100011011100111101101011110 | 3f5c6e7d3f5c6e7b5e |
SJIS-WIN | 迷\n}迷\n{^ | 1001011011000000010111000110111001111101100101101100000001011100011011100111101101011110 | 96c05c6e7d96c05c6e7b5e |
EUC-JP | 迷\n}迷\n{^ | 1100110011000010010111000110111001111101110011001100001001011100011011100111101101011110 | ccc25c6e7dccc25c6e7b5e |
UTF-8 | 迷\n}迷\n{^ | 11101000101111111011011101011100011011100111110111101000101111111011011101011100011011100111101101011110 | e8bfb75c6e7de8bfb75c6e7b5e |
UHC | 迷\n}迷\n{^ | 1101101010111011010111000110111001111101110110101011101101011100011011100111101101011110 | dabb5c6e7ddabb5c6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)