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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 醤ネ汐辞^ | 10001111110111011100100010001110101011001111000111111011100011101010101101011110 | 8fddc88eacf1fb8eab5e |
EUC-JP | 醤ネ汐?辞^ | 10111110110111111000111011001000101111001010111000111111101111001010110101011110 | bedf8ec8bcae3fbcad5e |
UTF-8 | 醤ネ汐辞^ | 11101001100001101010010011101111101111101000100011100110101100011001000011101110100001011011011011101000101111101001111001011110 | e986a4efbe88e6b190ee85b6e8be9e5e |
UHC | ??汐??^ | 00111111001111111110000010110001001111110011111101011110 | 3f3fe0b13f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)