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 | 小簫}小簫{^ | 1000111110101100111000101101001001111101100011111010110011100010110100100111101101011110 | 8face2d27d8face2d27b5e |
EUC-JP | 小簫}小簫{^ | 1011111010101110111001001101010001111101101111101010111011100100110101000111101101011110 | beaee4d47dbeaee4d47b5e |
UTF-8 | 小簫}小簫{^ | 111001011011000010001111111001111011000010101011011111011110010110110000100011111110011110110000101010110111101101011110 | e5b08fe7b0ab7de5b08fe7b0ab7b5e |
UHC | 小簫}小簫{^ | 1110000110110011111000011100011101111101111000011011001111100001110001110111101101011110 | e1b3e1c77de1b3e1c77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)