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 | 嘲섣}嘲섣{^ | 111001011001100010110010111011001000010010100011011111011110010110011000101100101110110010000100101000110111101101011110 | e598b2ec84a37de598b2ec84a37b5e |
UHC | 嘲섣}嘲섣{^ | 1111000010111111101111001011001001111101111100001011111110111100101100100111101101011110 | f0bfbcb27df0bfbcb27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)