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 | 羆羌}羆羌{^ | 1110001110101111111000111011001101111101111000111010111111100011101100110111101101011110 | e3afe3b37de3afe3b37b5e |
EUC-JP | 羆羌}羆羌{^ | 1110011010110001111001101011010101111101111001101011000111100110101101010111101101011110 | e6b1e6b57de6b1e6b57b5e |
UTF-8 | 羆羌}羆羌{^ | 111001111011111010000110111001111011111010001100011111011110011110111110100001101110011110111110100011000111101101011110 | e7be86e7be8c7de7be86e7be8c7b5e |
UHC | ?羌}?羌{^ | 001111111100101110110110011111010011111111001011101101100111101101011110 | 3fcbb67d3fcbb67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)