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{^ | 1000111110010100011100100110111001111101100011111001010001110010011011100111101101011110 | 8f94726e7d8f94726e7b5e |
EUC-JP | 諸rn}諸rn{^ | 1011110111110100011100100110111001111101101111011111010001110010011011100111101101011110 | bdf4726e7dbdf4726e7b5e |
UTF-8 | 諸rn}諸rn{^ | 11101000101010111011100001110010011011100111110111101000101010111011100001110010011011100111101101011110 | e8abb8726e7de8abb8726e7b5e |
UHC | 諸rn}諸rn{^ | 1111000010110011011100100110111001111101111100001011001101110010011011100111101101011110 | f0b3726e7df0b3726e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)