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 | 莊犖}莊犖{^ | 1110010010110101111000001011011001111101111001001011010111100000101101100111101101011110 | e4b5e0b67de4b5e0b67b5e |
EUC-JP | 莊犖}莊犖{^ | 1110100010110111111000001011100001111101111010001011011111100000101110000111101101011110 | e8b7e0b87de8b7e0b87b5e |
UTF-8 | 莊犖}莊犖{^ | 111010001000111010001010111001111000101010010110011111011110100010001110100010101110011110001010100101100111101101011110 | e88e8ae78a967de88e8ae78a967b5e |
UHC | 莊?}莊?{^ | 111011011111011000111111011111011110110111110110001111110111101101011110 | edf63f7dedf63f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)