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 | K}^c^ | 10000001010010111000000101111101010111100110001101011110 | 814b817d5e635e |
SJIS-WIN | ?K?}^c^ | 00111111010010110011111101111101010111100110001101011110 | 3f4b3f7d5e635e |
EUC-JP | ?K?}^c^ | 00111111010010110011111101111101010111100110001101011110 | 3f4b3f7d5e635e |
UTF-8 | K}^c^ | 110000101000000101001011110000101000000101111101010111100110001101011110 | c2814bc2817d5e635e |
UHC | ?K?}^c^ | 00111111010010110011111101111101010111100110001101011110 | 3f4b3f7d5e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)