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 | 晙籔}晙籔{^ | 1111101011010111111000101101011001111101111110101101011111100010110101100111101101011110 | fad7e2d67dfad7e2d67b5e |
EUC-JP | 晙籔}晙籔{^ | 10001111110000101011101011100100110110000111110110001111110000101011101011100100110110000111101101011110 | 8fc2bae4d87d8fc2bae4d87b5e |
UTF-8 | 晙籔}晙籔{^ | 111001101001100110011001111001111011000110010100011111011110011010011001100110011110011110110001100101000111101101011110 | e69999e7b1947de69999e7b1947b5e |
UHC | 晙?}晙?{^ | 111100011101101100111111011111011111000111011011001111110111101101011110 | f1db3f7df1db3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)