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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 稼稼[稼稼[^ | 1000100111010010100010011101001001011011100010011101001010001001110100100101101101011110 | 89d289d25b89d289d25b5e |
EUC-JP | 稼稼[稼稼[^ | 1011001011010100101100101101010001011011101100101101010010110010110101000101101101011110 | b2d4b2d45bb2d4b2d45b5e |
UTF-8 | 稼稼[稼稼[^ | 111001111010100010111100111001111010100010111100010110111110011110101000101111001110011110101000101111000101101101011110 | e7a8bce7a8bc5be7a8bce7a8bc5b5e |
UHC | 稼稼[稼稼[^ | 1100101010110011110010101011001101011011110010101011001111001010101100110101101101011110 | cab3cab35bcab3cab35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)