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{^ | 1001000111111110011100100110111001111101100100011111111001110010011011100111101101011110 | 91fe726e7d91fe726e7b5e |
SJIS-WIN | ??rn}??rn{^ | 0011111100111111011100100110111001111101001111110011111101110010011011100111101101011110 | 3f3f726e7d3f3f726e7b5e |
EUC-JP | ?þrn}?þrn{^ | 001111111000111110101001110100000111001001101110011111010011111110001111101010011101000001110010011011100111101101011110 | 3f8fa9d0726e7d3f8fa9d0726e7b5e |
UTF-8 | þrn}þrn{^ | 110000101001000111000011101111100111001001101110011111011100001010010001110000111011111001110010011011100111101101011110 | c291c3be726e7dc291c3be726e7b5e |
UHC | ?þrn}?þrn{^ | 00111111101010011010110101110010011011100111110100111111101010011010110101110010011011100111101101011110 | 3fa9ad726e7d3fa9ad726e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)