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 | ?悴}?悴{^ | 001111111001110010101010011111010011111110011100101010100111101101011110 | 3f9caa7d3f9caa7b5e |
EUC-JP | 彛悴}彛悴{^ | 10001111101111001111101011011000101011000111110110001111101111001111101011011000101011000111101101011110 | 8fbcfad8ac7d8fbcfad8ac7b5e |
UTF-8 | 彛悴}彛悴{^ | 111001011011110110011011111001101000001010110100011111011110010110111101100110111110011010000010101101000111101101011110 | e5bd9be682b47de5bd9be682b47b5e |
UHC | 彛悴}彛悴{^ | 1110110010101101111101011111110001111101111011001010110111110101111111000111101101011110 | ecadf5fc7decadf5fc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)