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 | ?慇}?慇{^ | 001111111001110010111110011111010011111110011100101111100111101101011110 | 3f9cbe7d3f9cbe7b5e |
EUC-JP | 彛慇}彛慇{^ | 10001111101111001111101011011000110000000111110110001111101111001111101011011000110000000111101101011110 | 8fbcfad8c07d8fbcfad8c07b5e |
UTF-8 | 彛慇}彛慇{^ | 111001011011110110011011111001101000010110000111011111011110010110111101100110111110011010000101100001110111101101011110 | e5bd9be685877de5bd9be685877b5e |
UHC | 彛慇}彛慇{^ | 1110110010101101111010111101101101111101111011001010110111101011110110110111101101011110 | ecadebdb7decadebdb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)