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 | 嘲?}嘲?{^ | 100110100111110100111111011111011001101001111101001111110111101101011110 | 9a7d3f7d9a7d3f7b5e |
EUC-JP | 嘲?}嘲?{^ | 110100111101111000111111011111011101001111011110001111110111101101011110 | d3de3f7dd3de3f7b5e |
UTF-8 | 嘲롑}嘲롑{^ | 111001011001100010110010111010111010000110010001011111011110010110011000101100101110101110100001100100010111101101011110 | e598b2eba1917de598b2eba1917b5e |
UHC | 嘲롑}嘲롑{^ | 1111000010111111101101111100110001111101111100001011111110110111110011000111101101011110 | f0bfb7cc7df0bfb7cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)