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\}?K\{^ | 001111110100101101011100011111010011111101001011010111000111101101011110 | 3f4b5c7d3f4b5c7b5e |
SJIS-WIN | 輯K\}輯K\{^ | 1000111101010011010010110101110001111101100011110101001101001011010111000111101101011110 | 8f534b5c7d8f534b5c7b5e |
EUC-JP | 輯K\}輯K\{^ | 1011110110110100010010110101110001111101101111011011010001001011010111000111101101011110 | bdb44b5c7dbdb44b5c7b5e |
UTF-8 | 輯K\}輯K\{^ | 11101000101111001010111101001011010111000111110111101000101111001010111101001011010111000111101101011110 | e8bcaf4b5c7de8bcaf4b5c7b5e |
UHC | 輯K\}輯K\{^ | 1111001011111110010010110101110001111101111100101111111001001011010111000111101101011110 | f2fe4b5c7df2fe4b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)