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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 梯?}梯?{^ | 100100101111001000111111011111011001001011110010001111110111101101011110 | 92f23f7d92f23f7b5e |
EUC-JP | 梯?}梯?{^ | 110001001111010000111111011111011100010011110100001111110111101101011110 | c4f43f7dc4f43f7b5e |
UTF-8 | 梯렑}梯렑{^ | 111001101010001010101111111010111010000010010001011111011110011010100010101011111110101110100000100100010111101101011110 | e6a2afeba0917de6a2afeba0917b5e |
UHC | 梯렑}梯렑{^ | 1111000010101100100011101010011001111101111100001010110010001110101001100111101101011110 | f0ac8ea67df0ac8ea67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)