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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | ?橈[}?橈[{^ | 0011111110011110111101000101101101111101001111111001111011110100010110110111101101011110 | 3f9ef45b7d3f9ef45b7b5e |
EUC-JP | ?橈[}?橈[{^ | 0011111111011100111101100101101101111101001111111101110011110110010110110111101101011110 | 3fdcf65b7d3fdcf65b7b5e |
UTF-8 | 숥橈[}숥橈[{^ | 1110110010001000101001011110011010101001100010000101101101111101111011001000100010100101111001101010100110001000010110110111101101011110 | ec88a5e6a9885b7dec88a5e6a9885b7b5e |
UHC | 숥橈[}숥橈[{^ | 10011010010000101110100011111010010110110111110110011010010000101110100011111010010110110111101101011110 | 9a42e8fa5b7d9a42e8fa5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)