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{^ | 1000111111010000011100100110111001111101100011111101000001110010011011100111101101011110 | 8fd0726e7d8fd0726e7b5e |
EUC-JP | 紹rn}紹rn{^ | 1011111011010010011100100110111001111101101111101101001001110010011011100111101101011110 | bed2726e7dbed2726e7b5e |
UTF-8 | 紹rn}紹rn{^ | 11100111101101001011100101110010011011100111110111100111101101001011100101110010011011100111101101011110 | e7b4b9726e7de7b4b9726e7b5e |
UHC | 紹rn}紹rn{^ | 1110000111001001011100100110111001111101111000011100100101110010011011100111101101011110 | e1c9726e7de1c9726e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)