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 | 彫帙}彫帙{^ | 1001001010100100100110111110001101111101100100101010010010011011111000110111101101011110 | 92a49be37d92a49be37b5e |
EUC-JP | 彫帙}彫帙{^ | 1100010010100110110101101110010101111101110001001010011011010110111001010111101101011110 | c4a6d6e57dc4a6d6e57b5e |
UTF-8 | 彫帙}彫帙{^ | 111001011011110110101011111001011011100010011001011111011110010110111101101010111110010110111000100110010111101101011110 | e5bdabe5b8997de5bdabe5b8997b5e |
UHC | 彫帙}彫帙{^ | 1111000011000001111100101110110101111101111100001100000111110010111011010111101101011110 | f0c1f2ed7df0c1f2ed7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)