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 | ?觴}?觴{^ | 001111111110011001011011011111010011111111100110010110110111101101011110 | 3fe65b7d3fe65b7b5e |
EUC-JP | ?觴}?觴{^ | 001111111110101110111100011111010011111111101011101111000111101101011110 | 3febbc7d3febbc7b5e |
UTF-8 | 觴}觴{^ | 111011101011110010111101111010001010011110110100011111011110111010111100101111011110100010100111101101000111101101011110 | eebcbde8a7b47deebcbde8a7b47b5e |
UHC | ?觴}?觴{^ | 001111111101111111011000011111010011111111011111110110000111101101011110 | 3fdfd87d3fdfd87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)