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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | ?琬}?琬{^ | 0011111110001111110011001011000001111101001111111000111111001100101100000111101101011110 | 3f8fccb07d3f8fccb07b5e |
UTF-8 | 붣琬}붣琬{^ | 111010111011011010100011111001111001000010101100011111011110101110110110101000111110011110010000101011000111101101011110 | ebb6a3e790ac7debb6a3e790ac7b5e |
UHC | 붣琬}붣琬{^ | 1001010011010011111010001100111001111101100101001101001111101000110011100111101101011110 | 94d3e8ce7d94d3e8ce7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)