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 | ?\}?\{^ | 00111111010111000111110100111111010111000111101101011110 | 3f5c7d3f5c7b5e |
SJIS-WIN | 叔\}叔\{^ | 100011110110011001011100011111011000111101100110010111000111101101011110 | 8f665c7d8f665c7b5e |
EUC-JP | 叔\}叔\{^ | 101111011100011101011100011111011011110111000111010111000111101101011110 | bdc75c7dbdc75c7b5e |
UTF-8 | 叔\}叔\{^ | 1110010110001111100101000101110001111101111001011000111110010100010111000111101101011110 | e58f945c7de58f945c7b5e |
UHC | 叔\}叔\{^ | 111000101101001001011100011111011110001011010010010111000111101101011110 | e2d25c7de2d25c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)