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 | ?[}?[{^ | 00111111010110110111110100111111010110110111101101011110 | 3f5b7d3f5b7b5e |
SJIS-WIN | 渦[}渦[{^ | 100010010101000101011011011111011000100101010001010110110111101101011110 | 89515b7d89515b7b5e |
EUC-JP | 渦[}渦[{^ | 101100011011001001011011011111011011000110110010010110110111101101011110 | b1b25b7db1b25b7b5e |
UTF-8 | 渦[}渦[{^ | 1110011010111000101001100101101101111101111001101011100010100110010110110111101101011110 | e6b8a65b7de6b8a65b7b5e |
UHC | 渦[}渦[{^ | 111010001011111001011011011111011110100010111110010110110111101101011110 | e8be5b7de8be5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)