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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 橡業}橡業{^ | 1001001111001001100010111100011001111101100100111100100110001011110001100111101101011110 | 93c98bc67d93c98bc67b5e |
EUC-JP | 橡業}橡業{^ | 1100011011001011101101101100100001111101110001101100101110110110110010000111101101011110 | c6cbb6c87dc6cbb6c87b5e |
UTF-8 | 橡業}橡業{^ | 111001101010100110100001111001101010010110101101011111011110011010101001101000011110011010100101101011010111101101011110 | e6a9a1e6a5ad7de6a9a1e6a5ad7b5e |
UHC | 橡業}橡業{^ | 1101111111001110111001011111011001111101110111111100111011100101111101100111101101011110 | dfcee5f67ddfcee5f67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)