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 | 邨6}邨6{^ | 1110011110110101100000100101010101111101111001111011010110000010010101010111101101011110 | e7b582557de7b582557b5e |
EUC-JP | 邨6}邨6{^ | 1110111010110111101000111011011001111101111011101011011110100011101101100111101101011110 | eeb7a3b67deeb7a3b67b5e |
UTF-8 | 邨6}邨6{^ | 111010011000001010101000111011111011110010010110011111011110100110000010101010001110111110111100100101100111101101011110 | e982a8efbc967de982a8efbc967b5e |
UHC | 邨6}邨6{^ | 1111010110111110101000111011011001111101111101011011111010100011101101100111101101011110 | f5bea3b67df5bea3b67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)