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 | 쓃琬}쓃琬{^ | 111011001001001110000011111001111001000010101100011111011110110010010011100000111110011110010000101011000111101101011110 | ec9383e790ac7dec9383e790ac7b5e |
UHC | 쓃琬}쓃琬{^ | 1001110101011000111010001100111001111101100111010101100011101000110011100111101101011110 | 9d58e8ce7d9d58e8ce7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)