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 | 擾?}擾?{^ | 100011111110111100111111011111011000111111101111001111110111101101011110 | 8fef3f7d8fef3f7b5e |
EUC-JP | 擾?}擾?{^ | 101111101111000100111111011111011011111011110001001111110111101101011110 | bef13f7dbef13f7b5e |
UTF-8 | 擾쌃}擾쌃{^ | 111001101001001110111110111011001000110010000011011111011110011010010011101111101110110010001100100000110111101101011110 | e693beec8c837de693beec8c837b5e |
UHC | 擾쌃}擾쌃{^ | 1110100011110110100110101111011001111101111010001111011010011010111101100111101101011110 | e8f69af67de8f69af67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)