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 | 汐\}汐\{^ | 100011101010110001011100011111011000111010101100010111000111101101011110 | 8eac5c7d8eac5c7b5e |
EUC-JP | 汐\}汐\{^ | 101111001010111001011100011111011011110010101110010111000111101101011110 | bcae5c7dbcae5c7b5e |
UTF-8 | 汐\}汐\{^ | 1110011010110001100100000101110001111101111001101011000110010000010111000111101101011110 | e6b1905c7de6b1905c7b5e |
UHC | 汐\}汐\{^ | 111000001011000101011100011111011110000010110001010111000111101101011110 | e0b15c7de0b15c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)