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 | 裂匏}裂匏{^ | 1001011111110100100110011011010101111101100101111111010010011001101101010111101101011110 | 97f499b57d97f499b57b5e |
EUC-JP | 裂匏}裂匏{^ | 1100111011110110110100101011011101111101110011101111011011010010101101110111101101011110 | cef6d2b77dcef6d2b77b5e |
UTF-8 | 裂匏}裂匏{^ | 111010001010001110000010111001011000110010001111011111011110100010100011100000101110010110001100100011110111101101011110 | e8a382e58c8f7de8a382e58c8f7b5e |
UHC | 裂匏}裂匏{^ | 1101011010101110111110001101001001111101110101101010111011111000110100100111101101011110 | d6aef8d27dd6aef8d27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)