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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 籾籾[籾籾[^ | 1001011011100000100101101110000001011011100101101110000010010110111000000101101101011110 | 96e096e05b96e096e05b5e |
EUC-JP | 籾籾[籾籾[^ | 1100110011100010110011001110001001011011110011001110001011001100111000100101101101011110 | cce2cce25bcce2cce25b5e |
UTF-8 | 籾籾[籾籾[^ | 111001111011000110111110111001111011000110111110010110111110011110110001101111101110011110110001101111100101101101011110 | e7b1bee7b1be5be7b1bee7b1be5b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)