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 | ?rn}?rn{^ | 001111110111001001101110011111010011111101110010011011100111101101011110 | 3f726e7d3f726e7b5e |
SJIS-WIN | 輯rn}輯rn{^ | 1000111101010011011100100110111001111101100011110101001101110010011011100111101101011110 | 8f53726e7d8f53726e7b5e |
EUC-JP | 輯rn}輯rn{^ | 1011110110110100011100100110111001111101101111011011010001110010011011100111101101011110 | bdb4726e7dbdb4726e7b5e |
UTF-8 | 輯rn}輯rn{^ | 11101000101111001010111101110010011011100111110111101000101111001010111101110010011011100111101101011110 | e8bcaf726e7de8bcaf726e7b5e |
UHC | 輯rn}輯rn{^ | 1111001011111110011100100110111001111101111100101111111001110010011011100111101101011110 | f2fe726e7df2fe726e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)