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 | ?d\n}?d\n{^ | 0011111101100100010111000110111001111101001111110110010001011100011011100111101101011110 | 3f645c6e7d3f645c6e7b5e |
SJIS-WIN | 北d\n}北d\n{^ | 10010110011010110110010001011100011011100111110110010110011010110110010001011100011011100111101101011110 | 966b645c6e7d966b645c6e7b5e |
EUC-JP | 北d\n}北d\n{^ | 11001011110011000110010001011100011011100111110111001011110011000110010001011100011011100111101101011110 | cbcc645c6e7dcbcc645c6e7b5e |
UTF-8 | 北d\n}北d\n{^ | 111001011000110010010111011001000101110001101110011111011110010110001100100101110110010001011100011011100111101101011110 | e58c97645c6e7de58c97645c6e7b5e |
UHC | 北d\n}北d\n{^ | 11011101110000010110010001011100011011100111110111011101110000010110010001011100011011100111101101011110 | ddc1645c6e7dddc1645c6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)