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 | 軏従}軏従{^ | 1111101110110010100011110101110101111101111110111011001010001111010111010111101101011110 | fbb28f5d7dfbb28f5d7b5e |
EUC-JP | 軏従}軏従{^ | 10001111111000001101100110111101101111100111110110001111111000001101100110111101101111100111101101011110 | 8fe0d9bdbe7d8fe0d9bdbe7b5e |
UTF-8 | 軏従}軏従{^ | 111010001011101110001111111001011011111010010011011111011110100010111011100011111110010110111110100100110111101101011110 | e8bb8fe5be937de8bb8fe5be937b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)