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\{^ | 1000111110101010010010110101110001111101100011111010101001001011010111000111101101011110 | 8faa4b5c7d8faa4b5c7b5e |
SJIS-WIN | ??K\}??K\{^ | 0011111100111111010010110101110001111101001111110011111101001011010111000111101101011110 | 3f3f4b5c7d3f3f4b5c7b5e |
EUC-JP | ?ªK\}?ªK\{^ | 001111111000111110100010111011000100101101011100011111010011111110001111101000101110110001001011010111000111101101011110 | 3f8fa2ec4b5c7d3f8fa2ec4b5c7b5e |
UTF-8 | ªK\}ªK\{^ | 110000101000111111000010101010100100101101011100011111011100001010001111110000101010101001001011010111000111101101011110 | c28fc2aa4b5c7dc28fc2aa4b5c7b5e |
UHC | ?ªK\}?ªK\{^ | 00111111101010001010001101001011010111000111110100111111101010001010001101001011010111000111101101011110 | 3fa8a34b5c7d3fa8a34b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)