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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 梯纖}梯纖{^ | 1001001011110010111000111001100101111101100100101111001011100011100110010111101101011110 | 92f2e3997d92f2e3997b5e |
EUC-JP | 梯纖}梯纖{^ | 1100010011110100111001011111100101111101110001001111010011100101111110010111101101011110 | c4f4e5f97dc4f4e5f97b5e |
UTF-8 | 梯纖}梯纖{^ | 111001101010001010101111111001111011101010010110011111011110011010100010101011111110011110111010100101100111101101011110 | e6a2afe7ba967de6a2afe7ba967b5e |
UHC | 梯纖}梯纖{^ | 1111000010101100111000001110100101111101111100001010110011100000111010010111101101011110 | f0ace0e97df0ace0e97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)