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 | 品拮}品拮{^ | 1001010101101001100111010110100001111101100101010110100110011101011010000111101101011110 | 95699d687d95699d687b5e |
EUC-JP | 品拮}品拮{^ | 1100100111001010110110011100100101111101110010011100101011011001110010010111101101011110 | c9cad9c97dc9cad9c97b5e |
UTF-8 | 品拮}品拮{^ | 111001011001001110000001111001101000101110101110011111011110010110010011100000011110011010001011101011100111101101011110 | e59381e68bae7de59381e68bae7b5e |
UHC | 品拮}品拮{^ | 1111100110100001110100011100111101111101111110011010000111010001110011110111101101011110 | f9a1d1cf7df9a1d1cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)