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 | 櫺蠖}櫺蠖{^ | 1001111101010001111001011011110101111101100111110101000111100101101111010111101101011110 | 9f51e5bd7d9f51e5bd7b5e |
EUC-JP | 櫺蠖}櫺蠖{^ | 1101110110110010111010101011111101111101110111011011001011101010101111110111101101011110 | ddb2eabf7dddb2eabf7b5e |
UTF-8 | 櫺蠖}櫺蠖{^ | 111001101010101110111010111010001010000010010110011111011110011010101011101110101110100010100000100101100111101101011110 | e6abbae8a0967de6abbae8a0967b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)