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 | 隆霑}隆霑{^ | 1001011110110010111010001011111101111101100101111011001011101000101111110111101101011110 | 97b2e8bf7d97b2e8bf7b5e |
EUC-JP | 隆霑}隆霑{^ | 1100111010110100111100001100000101111101110011101011010011110000110000010111101101011110 | ceb4f0c17dceb4f0c17b5e |
UTF-8 | 隆霑}隆霑{^ | 111010011001101010000110111010011001110010010001011111011110100110011010100001101110100110011100100100010111101101011110 | e99a86e99c917de99a86e99c917b5e |
UHC | 隆霑}隆霑{^ | 1101011111001100111011111100010101111101110101111100110011101111110001010111101101011110 | d7ccefc57dd7ccefc57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)