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 | ?B}?B{^ | 00111111010000100111110100111111010000100111101101011110 | 3f427d3f427b5e |
SJIS-WIN | 蛛B}蛛B{^ | 111001011000000101000010011111011110010110000001010000100111101101011110 | e581427de581427b5e |
EUC-JP | 蛛B}蛛B{^ | 111010011110000101000010011111011110100111100001010000100111101101011110 | e9e1427de9e1427b5e |
UTF-8 | 蛛B}蛛B{^ | 1110100010011011100110110100001001111101111010001001101110011011010000100111101101011110 | e89b9b427de89b9b427b5e |
UHC | 蛛B}蛛B{^ | 111100011100100001000010011111011111000111001000010000100111101101011110 | f1c8427df1c8427b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)