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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | タ邀ユタ邀ユ^ | 110000001110011110110001110101011100000011100111101100011101010101011110 | c0e7b1d5c0e7b1d55e |
EUC-JP | タ邀ユタ邀ユ^ | 10001110110000001110111010110011100011101101010110001110110000001110111010110011100011101101010101011110 | 8ec0eeb38ed58ec0eeb38ed55e |
UTF-8 | タ邀ユタ邀ユ^ | 11101111101111101000000011101001100000101000000011101111101111101001010111101111101111101000000011101001100000101000000011101111101111101001010101011110 | efbe80e98280efbe95efbe80e98280efbe955e |
UHC | ?邀??邀?^ | 001111111110100110101101001111110011111111101001101011010011111101011110 | 3fe9ad3f3fe9ad3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)