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 | 誓\}誓\{^ | 100100001011111001011100011111011001000010111110010111000111101101011110 | 90be5c7d90be5c7b5e |
EUC-JP | 誓\}誓\{^ | 110000001100000001011100011111011100000011000000010111000111101101011110 | c0c05c7dc0c05c7b5e |
UTF-8 | 誓\}誓\{^ | 1110100010101010100100110101110001111101111010001010101010010011010111000111101101011110 | e8aa935c7de8aa935c7b5e |
UHC | 誓\}誓\{^ | 111000001010010101011100011111011110000010100101010111000111101101011110 | e0a55c7de0a55c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)