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 | 弩鬯}弩鬯{^ | 1001110001010111111010011010110001111101100111000101011111101001101011000111101101011110 | 9c57e9ac7d9c57e9ac7b5e |
EUC-JP | 弩鬯}弩鬯{^ | 1101011110111000111100101010111001111101110101111011100011110010101011100111101101011110 | d7b8f2ae7dd7b8f2ae7b5e |
UTF-8 | 弩鬯}弩鬯{^ | 111001011011110010101001111010011010110010101111011111011110010110111100101010011110100110101100101011110111101101011110 | e5bca9e9acaf7de5bca9e9acaf7b5e |
UHC | 弩?}弩?{^ | 110100101100000000111111011111011101001011000000001111110111101101011110 | d2c03f7dd2c03f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)